pender / chatbot-rnn

A toy chatbot powered by deep learning and trained on data from Reddit
MIT License
899 stars 370 forks source link

Using new reddit training data - 'Model' object has no attribute #43

Closed ghost closed 6 years ago

ghost commented 6 years ago

Not sure why it's erroring in this way.. The model saved correctly.

Any ideas?

D:\bot\char-rnn-tensorflow-master>python chatbot.py --save_dir data/reddit Creating model... Traceback (most recent call last): File "chatbot.py", line 325, in <module> main() File "chatbot.py", line 40, in main sample_main(args) File "chatbot.py", line 79, in sample_main saver = tf.train.Saver(net.save_variables_list()) AttributeError: 'Model' object has no attribute 'save_variables_list'