openai/glow

Can not download pretrained models, logs and samples

mkhoshle opened this issue · 3 comments

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>

I have the same question

following

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