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

How to print class of text #125

Open nmka55 opened 6 years ago

nmka55 commented 6 years ago

How to print the predicted class in eval.py?

self-ms commented 10 months ago

If your data is embedded and labels are available, you can use the following repository: https://github.com/ms-unlimit/Transformer-Based-Machine-Learning-Framework