BUPTLdy / Sentiment-Analysis

Chinese Shopping Reviews sentiment analysis
http://buptldy.github.io/2016/07/20/2016-07-20-sentiment%20analysis/
351 stars 168 forks source link

TensorFlow verison problem #4

Closed caomaocao closed 7 years ago

caomaocao commented 7 years ago

Hi: I installed TensorFlow 1.0 as Keras engine, but got error 'TypeError: Expected int32, got...' . Then I changed TensorFlow to 0.12, the program runs well. So, I suggest you could add TensorFlow version in README. Coz there is no TensorFlow version information in requirement.txt.

BUPTLdy commented 7 years ago

@caomaocao Thanks for your advice, but this code use Theano as the backend, and the Theano version is (0.8.2). I will update the theano version in readme.