gaussic / text-classification-cnn-rnn

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

运行python python run_cnn.py test报错 #139

Closed rainoffallingstar closed 4 years ago

rainoffallingstar commented 4 years ago

用的自己的数据集,前面都正常操作。 python3.6.4+tensorflow1.14.0+cudnn7 报错显示: ValueError:the passed save_path is not a valid checkpoint:checkpoints/textcnn/best_validation 新手,拜托了。

gaussic commented 4 years ago

前面的操作估计有问题,创建目录可能没有成功,再看看save_path试试

rainoffallingstar commented 4 years ago

检查了一下,确实是train时候val没有加载,模型未保存,路径无误。已解决

发自我的iPad

在 2020年2月7日,下午8:48,gaussic notifications@github.com 写道:

 前面的操作估计有问题,创建目录可能没有成功,再看看save_path试试

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.