qhduan / Seq2Seq_Chatbot_QA

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

s2s.py: b359702d5c6d0ae21bef6cd2efab52a0d84af7aa版本的一个小问题 #22

Open jianbang opened 6 years ago

jianbang commented 6 years ago

135 ckpt = tf.train.get_checkpoint_state(FLAGS.model_dir) 136 print("ckpt path : ", ckpt.model_checkpoint_path)

第一次训练时135行的ckpt可能为None,第136行调用会出错。