gaussic / text-classification-cnn-rnn

CNN-RNN中文文本分类,基于TensorFlow
MIT License
4.16k stars 1.47k forks source link

关于代码运行 #97

Closed wangxiaozhenga closed 5 years ago

wangxiaozhenga commented 6 years ago

新手求指教,为什么代码跑出来没有出现准确率和误差曲线图。

gaussic commented 6 years ago

准确率和误差曲线在tensorboard中,运行:

tensorboard --logdir checkpoints/textcnn

然后浏览器访问。

wangxiaozhenga commented 6 years ago

谢谢你 :)