Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encountering some error #42

Closed
vibhavk opened this issue Apr 25, 2018 · 7 comments
Closed

Encountering some error #42

vibhavk opened this issue Apr 25, 2018 · 7 comments

Comments

@vibhavk
Copy link

vibhavk commented Apr 25, 2018

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.

@vibhavk vibhavk closed this as completed May 5, 2018
@vasiabratchuk
Copy link

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

@vasiabratchuk
Copy link

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

@belligerentbeagle
Copy link

which folder do we rename to reddit?

@claudetheboof
Copy link

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
Copy link

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
Copy link

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

@Natercia18
Copy link

Natercia18 commented Jul 29, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants