text_classification icon indicating copy to clipboard operation
text_classification copied to clipboard

Are you sure the latest code of this project is working properly?

Open liaooo opened this issue 6 years ago • 2 comments

My environment: Python3.6+TensorFlow1.9 When i open the project with Visual Studio Code and run it, the console throws many errors, including syntax errors.

liaooo avatar Feb 11 '20 02:02 liaooo

you can use Pycharm.

brightmart avatar Feb 11 '20 08:02 brightmart

Environment: python 2.7+ tensorflow 1.8

(tensorflow 1.1 to 1.13 should also works; most of models should also work fine in other tensorflow version, since we

use very few features bond to certain version.

if you use python3, it will be fine as long as you change print/try catch function in case you meet any error.

TextCNN model is already transfomed to python 3.6

brightmart avatar Feb 11 '20 08:02 brightmart