-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not download tensorflow dataset celeb_a/2.0.1 #157
Comments
Arg, yeah, downloading CelebA can sometimes be a bit frustrating. Luckily, you only have to do it once. I just put up some instructions here if that helps: https://github.com/rasbt/python-machine-learning-book-3rd-edition/tree/master/ch15/downloading-celeba |
Thank you so much |
Hm, I currently can't get it to work either. I think there is an issue with some of the dataset function in the recent TensorFlow / TensorFlow Dataset version (tensorflow/datasets#3056). I wish I could be more helpful but I don't know how to fix this atm. Maybe @vmirly has some ideas? |
I am a beginner, and it took me a day to solve this problem . Seems it is impossible to use download_and_prepare() to download celeb_a for now. But we can do it manually, hope it will help.
|
Exception has occurred: DownloadError
Failed to get url https://drive.google.com/uc?export=download&id=0B7EVK8r0v71pZjFTYXZWM3FlRnM. HTTP code: 404.
File "/media/a1/SW/python-machine-learning-book-3rd-edition/ch15/ch15_part2.py", line 44, in
celeba_bldr.download_and_prepare()
Does anybody had successful download?
The text was updated successfully, but these errors were encountered: