openai / glow

Code for reproducing results in "Glow: Generative Flow with Invertible 1x1 Convolutions"
https://arxiv.org/abs/1807.03039
MIT License
3.11k stars 515 forks source link

Can not download pretrained models, logs and samples #108

Open mkhoshle opened 3 years ago

mkhoshle commented 3 years ago

Hi,

I tried to get the Pretrained models, logs and samples with the following command wget https://storage.googleapis.com/glow-demo/logs/abl-[reverse/shuffle/1x1]-[add/aff].tar but I get the following error. Could someone please help me with this?

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>BlobNotFound</Code>
<Message>The specified blob does not exist. RequestId:a3ecffb0-201e-00e2-451e-3ce1ee000000 Time:2021-04-28T11:03:31.4383873Z</Message>
</Error>
LeeeLiu commented 3 years ago

I have the same question

nsping13 commented 3 years ago

following

ardizzone commented 3 years ago

It seems the authors have moved the data to a different server.

I found the checkpoints under

# additive coupling blocks
wget https://openaipublic.azureedge.net/glow-demo/logs/abl-1x1-add.tar
# affine coupling blocks:
wget https://openaipublic.azureedge.net/glow-demo/logs/abl-1x1-aff.tar
# etc for the other ablations