qhduan / Seq2Seq_Chatbot_QA

使用TensorFlow实现的Sequence to Sequence的聊天机器人模型

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

作者你好,s2s训练出错找不到数据库

dplearning-man opened this issue · comments

File "D:\nlp\Seq2Seq_Chatbot\Seq2Seq_Chatbot\data_utils.py", line 94, in init
self.size = self.cur.execute(sql).fetchall()[0][0]
sqlite3.OperationalError: no such table: conversation