fchollet/deep-learning-with-python-notebooks

Cannot get CelebA data(Listing 12.30)

Jiet-97 opened this issue · 6 comments

Hi, I have a problem when running Listing 12.30. After I execute the code, the following error occurs:

_Access denied with the following error:

Cannot retrieve the public link of the file. You may need to change
the permission to 'Anyone with the link', or have had many accesses. 

You may still be able to access the file from the browser:

 https://drive.google.com/uc?id=1O7m1010EJjLE5QxLZiM9Fpjs7Oj6e684 

unzip: cannot find or open celeba_gan/data.zip, celeba_gan/data.zip.zip or celeba_gan/data.zip.ZIP._

Does anyone has idea to solve this problem?Thanks for your attention.

ifond commented
P-W-T commented

I also cannot download the celeba dataset...
Did you figure out how to fix this?

/usr/local/lib/python3.8/dist-packages/gdown/cli.py:127: FutureWarning: Option --id was deprecated in version 4.3.1 and will be removed in 5.0. You don't need to pass it anymore to use a file ID.
warnings.warn(
Access denied with the following error:

Cannot retrieve the public link of the file. You may need to change
the permission to 'Anyone with the link', or have had many accesses. 

You may still be able to access the file from the browser:

 https://drive.google.com/uc?id=1O7m1010EJjLE5QxLZiM9Fpjs7Oj6e684 

unzip: cannot find or open celeba_gan/data.zip, celeba_gan/data.zip.zip or celeba_gan/data.zip.ZIP.

ifond commented

I just reported the same issue in #218 this issue was opened a year ago - is there a fix that could be shared on this or the other thread?

Posted a resolution to use the Kaggle source instead on #218