We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91940f commit 4eabc45Copy full SHA for 4eabc45
Part2_Text_Classify/README.md
@@ -2,4 +2,8 @@
2
3
预处理,分类步骤都在get_data.py中,可参见main函数下面的各个函数。
4
5
- id2class.py为data_test文件夹中各个文件的类别号。
+ id2class.py为data_test文件夹中各个文件的类别号。
6
+
7
+ cnn做文本分类源码参考 https://github.com/dennybritz/cnn-text-classification-tf.git
8
9
+ 解决原项目环境tensorflow1.0以上版本的问题。
Part2_Text_Classify/cnn-text-classification-tf-chinese
@@ -0,0 +1 @@
1
+Subproject commit e49a6a8e18f6954c511629d0d423b255f78e1a9d
0 commit comments