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

409 status code when downloading pretrained_model #50

Open
svetlana-work opened this issue Nov 10, 2022 · 2 comments
Open

409 status code when downloading pretrained_model #50

svetlana-work opened this issue Nov 10, 2022 · 2 comments
Assignees

Comments

@svetlana-work
Copy link

svetlana-work commented Nov 10, 2022

bash scripts/download_pretrained.sh $PATH_STORAGE return 409 status code

--2022-11-11 00:42:49-- https://convaisharables.blob.core.windows.net/clipbert/pretrained/clipbert_image_text_pretrained.pt
Resolving convaisharables.blob.core.windows.net (convaisharables.blob.core.windows.net)... 20.60.20.68
Connecting to convaisharables.blob.core.windows.net (convaisharables.blob.core.windows.net)|20.60.20.68|:443... connected.
HTTP request sent, awaiting response... 409 Public access is not permitted on this storage account.
2022-11-11 00:42:50 ERROR 409: Public access is not permitted on this storage account..
--2022-11-11 00:42:50-- https://convaisharables.blob.core.windows.net/clipbert/pretrained/bert-base-uncased.tar
Resolving convaisharables.blob.core.windows.net (convaisharables.blob.core.windows.net)... 20.60.20.68
Connecting to convaisharables.blob.core.windows.net (convaisharables.blob.core.windows.net)|20.60.20.68|:443... connected.
HTTP request sent, awaiting response... 409 Public access is not permitted on this storage account.
2022-11-11 00:42:51 ERROR 409: Public access is not permitted on this storage account..
tar: all_data/pretrained/bert-base-uncased.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
rm: cannot remove 'all_data/pretrained/bert-base-uncased.tar': No such file or directory
--2022-11-11 00:42:51-- https://convaisharables.blob.core.windows.net/clipbert/pretrained/grid_feat_R-50.pth
Resolving convaisharables.blob.core.windows.net (convaisharables.blob.core.windows.net)... 20.60.20.68
Connecting to convaisharables.blob.core.windows.net (convaisharables.blob.core.windows.net)|20.60.20.68|:443... connected.
HTTP request sent, awaiting response... 409 Public access is not permitted on this storage account.
2022-11-11 00:42:51 ERROR 409: Public access is not permitted on this storage account..

Does it mean I need to re-download all the pretrained model?

@jayleicn
Copy link
Owner

Is it failed?

@linjieli222
Copy link
Collaborator

Just verified from my end that clipbert_image_text_pretrained.pt/bert-base-uncased.tar/grid_feat_R-50.pth can be downloaded without error. I would suggest to run bash scripts/download_pretrained.sh again.

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

3 participants