We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last):
File "", line 339, in main()
File "", line 40, in main sample_main(args)
File "", line 62, in sample_main model_path, config_path, vocab_path = get_paths(args.save_dir)
File "", line 55, in get_paths raise ValueError('Checkpoint not found in {}.'.format(save_dir))
ValueError: Checkpoint not found in models/reddit.
@julien-c @julien-c
The text was updated successfully, but these errors were encountered:
do you train it
Sorry, something went wrong.
up @stijojoseph ! Did you solve this issue ? @saran-gangster the model is pre-trained
I solved the issue
You should just download the weights and keep it into the models directory
No branches or pull requests
Traceback (most recent call last):
File "", line 339, in
main()
File "", line 40, in main
sample_main(args)
File "", line 62, in sample_main
model_path, config_path, vocab_path = get_paths(args.save_dir)
File "", line 55, in get_paths
raise ValueError('Checkpoint not found in {}.'.format(save_dir))
ValueError: Checkpoint not found in models/reddit.
@julien-c @julien-c
The text was updated successfully, but these errors were encountered: