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
No description provided.
The text was updated successfully, but these errors were encountered:
While downloading using wget make sure that you're using this type of command
wget https://zenodo.org/record/6033179/files/valid.acc.best.pth?download=1 -P ./exp/asr_train_asr_transformer_raw_bpe_normalize_confnorm_varsFalse/valid.acc.best.pth
you have to specify the local path(including the file name ) where you want it to be downloaded after -P flag
-P
it is described here under comment #download pytorch model
#download pytorch model
hope that solves the issue
Sorry, something went wrong.
It is with that command. It creates a folder named valid.acc.best.pth and stores a file named valid.acc.best.pth?download=1 inside the folder
valid.acc.best.pth
valid.acc.best.pth?download=1
using -O instead of -P works as intended.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: