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
Hi,
I have sucessfully trained the model using:
python train.py --train data/yelp/train.0 --valid data/yelp/valid.0 --root_dir checkpoints/yelp/neg/blm/ \ --vocab_size 10000 --max_len 20 --model_type blm --share_emb_prj_weight --gpus 1 --max_steps 10
But testing the model
python test.py --checkpoint checkpoints/yelp/neg/blm/lightning_logs/version_0/checkpoints/epoch\=???.ckpt \ --fill data/yelp/blank/test.1.blank --output test.1.tsf
results to an error:
No such file or directory: 'checkpoints/yelp/neg/blm/lightning_logs/version_0/hparams.yaml'
The text was updated successfully, but these errors were encountered:
What pytorch lightning version did you use? If different from 1.0.7, you might need to adapt the loading code to make it work
Sorry, something went wrong.
No branches or pull requests
Hi,
I have sucessfully trained the model using:
But testing the model
results to an error:
The text was updated successfully, but these errors were encountered: