dennybritz / cnn-text-classification-tf

Convolutional Neural Network for Text Classification in Tensorflow
Apache License 2.0
5.64k stars 2.77k forks source link

Fixes the required TF version. #60

Closed mdymczyk closed 7 years ago

mdymczyk commented 7 years ago

TF 0.10-0.11 do not have the tf.global_variables() attribute and will fail, couldn't find the API for 0.8/0.9 so I'd assume they are old enough not to be mentioned.

dennybritz commented 7 years ago

Thanks!