glow icon indicating copy to clipboard operation
glow copied to clipboard

ERROR 403 when running wget to get pre-trained model

Open yenchenlin opened this issue 7 years ago • 2 comments

Hello @prafullasd , I tried runing the following command in README to download the pre-trained mode:

wget https://storage.googleapis.com/glow-demo/logs/lsun-bdr-[96/128].tar

but it shows:

HTTP request sent, awaiting response... 403 Forbidden
2018-09-01 23:14:13 ERROR 403: Forbidden.

Would you please check the server? Thanks in advance!

yenchenlin avatar Sep 01 '18 15:09 yenchenlin

@yenchenlin have you solve it ? how to do ?

paulchou0309 avatar Dec 25 '18 06:12 paulchou0309

Run

wget https://storage.googleapis.com/glow-demo/logs/lsun-bdr-96.tar

and

wget https://storage.googleapis.com/glow-demo/logs/lsun-bdr-128.tar.

jbutepage avatar Jan 03 '19 07:01 jbutepage