seq2seq_chatbot_new icon indicating copy to clipboard operation
seq2seq_chatbot_new copied to clipboard

No such file:[model/]

Open zhao900805 opened this issue 7 years ago • 1 comments

你好,这是我运行代码的提示: “Traceback (most recent call last): File "predict.py", line 45, in raise ValueError('No such file:[{}]'.format(FLAGS.model_dir)) ValueError: No such file:[model/]”

应该是找不到model文件,可是我尝试建立model文件夹,依然不成功。感谢!

zhao900805 avatar Apr 23 '18 18:04 zhao900805

你这个应该是在预测过程中找不到之前已经训练好的模型文件,就是这种错误你定位到错误的代码语句,自然能分析出问题出在哪,肯定是文件路径的问题自己找找应该哪里出的错吧==

lc222 avatar Apr 24 '18 06:04 lc222