qhduan / Seq2Seq_Chatbot_QA

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

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

Open dplearning-man opened 5 years ago

dplearning-man commented 5 years ago

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