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

Use new tf API for summaries to fix deprecation warnings #65

Closed lama0206 closed 7 years ago

lama0206 commented 7 years ago

Thanks for your work!

Running the script produces warnings because the tf API has changed a bit and the old API is deprecated. I've updated the summary-related calls that produced the warnings.

dennybritz commented 7 years ago

That's great, thanks!