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

wget on zenodo model saves it as /valid.acc.best.pth/valid.acc.best.pth?download=1 #4

Open
Tracked by #3
gpu-poor opened this issue Feb 28, 2022 · 3 comments
Open
Tracked by #3

Comments

@gpu-poor
Copy link
Owner

No description provided.

@gpu-poor gpu-poor mentioned this issue Feb 28, 2022
4 tasks
@gpu-poor
Copy link
Owner Author

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

it is described here under comment #download pytorch model

hope that solves the issue

@bloodraven66
Copy link

bloodraven66 commented Feb 28, 2022

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

@bloodraven66
Copy link

using -O instead of -P works as intended.

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

2 participants