You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
bash scripts/download_pretrained.sh $PATH_STORAGE
return 409 status codeDoes it mean I need to re-download all the pretrained model?
The text was updated successfully, but these errors were encountered: