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

"bash scripts/download_pretrained.sh" is failed #61

Open
ArkZero35 opened this issue Oct 25, 2024 · 2 comments
Open

"bash scripts/download_pretrained.sh" is failed #61

ArkZero35 opened this issue Oct 25, 2024 · 2 comments

Comments

@ArkZero35
Copy link

Hello, my friend. I am in step 2 of "getting started/general". When I execute the instructions for downloading pre-training files and datasets, a 409 error occurs. The relevant environment has already been configured. Can you tell me the solution?
当我执行预训练文件下载和数据集下载的指令时,都会发生409的错误,前面的相关环境已经配好了,你能告诉我解决方法吗?

@amoghj98
Copy link

amoghj98 commented Oct 27, 2024

I'm facing the same issue. It seems that public access to the pre-trained model has been disabled somehow.
Full error message follows:

bash-4.2$ bash scripts/download_pretrained.sh $PATH_TO_STORAGE
--2024-10-27 19:33:58--  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.
2024-10-27 19:33:58 ERROR 409: Public access is not permitted on this storage account..

--2024-10-27 19:33:58--  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.
2024-10-27 19:33:58 ERROR 409: Public access is not permitted on this storage account..

tar: /local/scratch/a/datasets/clipBERT_storage//pretrained/bert-base-uncased.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
rm: cannot remove ‘/local/scratch/a/datasets/clipBERT_storage//pretrained/bert-base-uncased.tar’: No such file or directory
--2024-10-27 19:33:58--  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.
2024-10-27 19:33:59 ERROR 409: Public access is not permitted on this storage account..

Attempting to access the blob linked in the bash script yields this:
image

@ArkZero35
Copy link
Author

mabe it can not be use, or someone can share the dataset

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