pender / chatbot-rnn

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

Encountering some error #42

Closed vibhavk closed 6 years ago

vibhavk commented 6 years ago

Traceback (most recent call last): File "chatbot.py", line 325, in main() File "chatbot.py", line 40, in main sample_main(args) File "chatbot.py", line 60, in sample_main model_path, config_path, vocab_path = get_paths(args.save_dir) File "chatbot.py", line 56, in get_paths raise ValueError('save_dir is not a valid path.') ValueError: save_dir is not a valid path.

vasiabratchuk commented 6 years ago

Hi! I am encountering the same error. Could you please give a hint to what the fix was?

vasiabratchuk commented 6 years ago

Ok, got it. Just had to rename the folder to "reddit" and move all the underlying files to the top.

belligerentbeagle commented 6 years ago

which folder do we rename to reddit?

claudetheboof commented 5 years ago

im trying to implement this on Google COlab but im currently running into a few problem , mainly because im new to Colab, anyway what did you do to fix save_dir issue?

thewaifuai commented 5 years ago

mv data/reddit models. The README instructs us to place the pre-trained model in the data folder but we are supposed to place it in the models folder. Therefore if you followed the instructions the pre-trained model would be at data/reddit and the solution would be to move it to the models with the command mv data/reddit models.

paulphys commented 4 years ago

hello @vibhavk did you manage to fix it? i have the same issue

Natercia18 commented 4 years ago

I have the same problem. My diractory is models/reddit but it's not change.