seq2seq_chatbot_new
seq2seq_chatbot_new copied to clipboard
加载预训练模型的小bug
train.py的29行:model.restore(sess, ckpt.model_checkpoint_path) 应该改成:model.saver.restore(sess, ckpt.model_checkpoint_path)