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

output/predictions not in train.py #179

Open joswa opened 5 years ago

joswa commented 5 years ago

output/predictions is not in training where am getting error in eval.py

this line predictions = graph.get_operation_by_name("output/predictions").outputs[0]