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

sh ./scripts/download_trained_model.sh error #152

Open
Ishihara-Masabumi opened this issue May 9, 2023 · 0 comments
Open

sh ./scripts/download_trained_model.sh error #152

Ishihara-Masabumi opened this issue May 9, 2023 · 0 comments

Comments

@Ishihara-Masabumi
Copy link

When I tried to run sh ./scripts/download_trained_model.sh, the following error occurred.

$ sh ./scripts/download_trained_model.sh
+ mkdir -p checkpoints
+ cd checkpoints
+ wget https://drive.google.com/uc?export=download&id=1zEmVXG2VHy0MMzngcRshB4D8Sr_oLHsm -O net_G
--2023-05-09 10:40:26--  https://drive.google.com/uc?export=download&id=1zEmVXG2VHy0MMzngcRshB4D8Sr_oLHsm
drive.google.com (drive.google.com) をDNSに問いあわせています... 2404:6800:4004:821::200e, 142.250.196.110
drive.google.com (drive.google.com)|2404:6800:4004:821::200e|:443 に接続しています... 失敗しました: 接続を拒否されました.
drive.google.com (drive.google.com)|142.250.196.110|:443 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 303 See Other
場所: https://doc-14-0o-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/jas6moq3c48qfu6u1r9i3l3cjl6e4q49/1683596400000/14428417455748421393/*/1zEmVXG2VHy0MMzngcRshB4D8Sr_oLHsm?e=download&uuid=7fb484f3-799d-471c-92ab-e787a4c31e8c [続く]
警告: HTTPはワイルドカードに対応していません。
--2023-05-09 10:40:29--  https://doc-14-0o-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/jas6moq3c48qfu6u1r9i3l3cjl6e4q49/1683596400000/14428417455748421393/*/1zEmVXG2VHy0MMzngcRshB4D8Sr_oLHsm?e=download&uuid=7fb484f3-799d-471c-92ab-e787a4c31e8c
doc-14-0o-docs.googleusercontent.com (doc-14-0o-docs.googleusercontent.com) をDNSに問いあわせています... 2404:6800:4004:820::2001, 142.250.207.1
doc-14-0o-docs.googleusercontent.com (doc-14-0o-docs.googleusercontent.com)|2404:6800:4004:820::2001|:443 に接続しています... 失敗しました: 接続を拒否されました.
doc-14-0o-docs.googleusercontent.com (doc-14-0o-docs.googleusercontent.com)|142.250.207.1|:443 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 200 OK
長さ: 62510909 (60M) [application/octet-stream]
`net_G' に保存中

net_G                        100%[============================================>]  59.61M  9.05MB/s    in 6.6s    

2023-05-09 10:40:36 (9.05 MB/s) - `net_G' へ保存完了 [62510909/62510909]

+ wget https://drive.google.com/uc?export=download&id=1V83B6GDIjYMfHdpg-KcCSAPgHxpafHgd -O net_C
--2023-05-09 10:40:36--  https://drive.google.com/uc?export=download&id=1V83B6GDIjYMfHdpg-KcCSAPgHxpafHgd
drive.google.com (drive.google.com) をDNSに問いあわせています... 2404:6800:4004:821::200e, 142.250.196.110
drive.google.com (drive.google.com)|2404:6800:4004:821::200e|:443 に接続しています... 失敗しました: 接続を拒否されました.
drive.google.com (drive.google.com)|142.250.196.110|:443 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 303 See Other
場所: https://doc-00-0o-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/3s2g268fedphcdrdqe4vui93h5d38loh/1683596400000/14428417455748421393/*/1V83B6GDIjYMfHdpg-KcCSAPgHxpafHgd?e=download&uuid=36bccb65-9dd5-475a-9f1d-878957f31215 [続く]
警告: HTTPはワイルドカードに対応していません。
--2023-05-09 10:40:38--  https://doc-00-0o-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/3s2g268fedphcdrdqe4vui93h5d38loh/1683596400000/14428417455748421393/*/1V83B6GDIjYMfHdpg-KcCSAPgHxpafHgd?e=download&uuid=36bccb65-9dd5-475a-9f1d-878957f31215
doc-00-0o-docs.googleusercontent.com (doc-00-0o-docs.googleusercontent.com) をDNSに問いあわせています... 2404:6800:4004:820::2001, 142.250.207.1
doc-00-0o-docs.googleusercontent.com (doc-00-0o-docs.googleusercontent.com)|2404:6800:4004:820::2001|:443 に接続しています... 失敗しました: 接続を拒否されました.
doc-00-0o-docs.googleusercontent.com (doc-00-0o-docs.googleusercontent.com)|142.250.207.1|:443 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 200 OK
長さ: 36570643 (35M) [application/octet-stream]
`net_C' に保存中

net_C                        100%[============================================>]  34.88M  8.74MB/s    in 4.0s    

2023-05-09 10:40:43 (8.74 MB/s) - `net_C' へ保存完了 [36570643/36570643]

+ cd ..

Please fix it.

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

1 participant