qhduan / Seq2Seq_Chatbot_QA

使用TensorFlow实现的Sequence to Sequence的聊天机器人模型
794 stars 274 forks source link

执行s2s时报错 #24

Closed xiyanxiyan10 closed 6 years ago

xiyanxiyan10 commented 6 years ago

InvalidArgumentError (see above for traceback): Unsuccessful TensorSliceReader constructor: Failed to get matching files on ./model/model1/model: Not found: ./model/model1; No such file or directory

qhduan commented 6 years ago

21

参考下这个?

可以手动修改代码里面的模型路径

xiyanxiyan10 commented 6 years ago

已解决