seq2seq_chatbot_new icon indicating copy to clipboard operation
seq2seq_chatbot_new copied to clipboard

加载预训练模型的小bug

Open aguang1201 opened this issue 6 years ago • 0 comments

train.py的29行:model.restore(sess, ckpt.model_checkpoint_path) 应该改成:model.saver.restore(sess, ckpt.model_checkpoint_path)

aguang1201 avatar Oct 19 '18 05:10 aguang1201