lucidrains / DALLE-pytorch

Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch
MIT License
5.56k stars 644 forks source link

Permission denied for CUB dataset #218

Closed lsh950919 closed 3 years ago

lsh950919 commented 3 years ago

화면 캡처 2021-04-27 083606

I was trying to go through the training process in colab but when I try downloading the CUB dataset it shows Permission denied message.

I didn't have any issues like this yesterday, so this is a bit confusing to me.

Any ideas?

afiaka87 commented 3 years ago

This unfortunately happens from time to time with any publically shared link from a Drive account that gets downloaded by a lot of people. @lucidrains you may need to re-host I guess.

afiaka87 commented 3 years ago

You can use these links instead for now. They expire tomorrow.

https://www.dropbox.com/s/7dx4mp2vk4uksus/birds.zip

https://www.dropbox.com/s/vc9y3do9vegzb1v/CUB_200_2011.tgz

Thanks for letting us know!

@lsh950919

lucidrains commented 3 years ago

@afiaka87 thanks :)

@lsh950919 i've updated the gdrive links in the colab, do you want to retry them?