# uncomment the next 2 lines if you want to delete an existing zip and training directory
# !rm training-zombie.zip
# !rm -rf ./training
# download the images
!wget --no-check-certificate \
https://storage.googleapis.com/laurencemoroney-blog.appspot.com/training-zombie.zip \
-O ./training-zombie.zip
# unzip to a local directory
local_zip = './training-zombie.zip'
zip_ref = zipfile.ZipFile(local_zip, 'r')
zip_ref.extractall('./training')
zip_ref.close()
BadZipFile Traceback (most recent call last)
in
8 # unzip to a local directory
9 local_zip = ā./training-zombie.zipā
ā> 10 zip_ref = zipfile.ZipFile(local_zip, ārā)
11 zip_ref.extractall(ā./trainingā)
12 zip_ref.close()
1 frames
/usr/lib/python3.8/zipfile.py in _RealGetContents(self)
1334 raise BadZipFile(āFile is not a zip fileā)
1335 if not endrec:
ā 1336 raise BadZipFile(āFile is not a zip fileā)
1337 if self.debug > 1:
1338 print(endrec)
Hi everyone! Thank you for reporting! We have escalated this issue so it can be fixed asap. Please monitor this thread for updates. Sorry for the inconvenience!
Hi Mohamed! Youāre not doing anything wrong. It seems the GCP bucket hosting those datasets is down and weāve already reported it. When it goes back up, weāll add another step to avoid this from happening in the future.
@chris.favila Thank you very much for the clarification and quick reply. Please, when it return to work, I hope to be informed I will flow this post to know if it work again so that I can complete the Assignment .
Cannot finish certification because of this issue. I have completed all activities in course. 2 assignments pending. Unable to do it because of this issue. Will I get an extension in my subscription just 1 day post this issue is fixed
I reported a problem a whole day ago, and it was not fixed, and therefore I cannot perform the required Assignment and stopped completely. It seems that the solution to the problem will not be soon, and it may take weeks to solve it
There is Deadline for the first Assignment Pass this assignment by Jan 15, 11:59 PM EET Because the problem has not been resolved, Please extend the time to all Assignments There are only four days left To offer a solution Because of this problem, I canāt provide any solution Please extend the time and make it open until this problem is over and I donāt think it will resolve quickly
Hi everyone! Weāll be able to host some of the affected datasets today. We just have to do some checks. Iāll update this topic within the next 12 hours with more details. Really sorry for this mishap and weāll make sure to avoid this from happening in the future.
Hello again! The datasets should now be available for the following labs (EDIT: Please re-open these from the classroom to see the updated download links):
Course 3:
C3W3_Assignment.ipynb
C3_W4_Lab_2_CatsDogs-CAM.ipynb
C3W4_Assignment.ipynb
Course 4:
C4W1_Assignment.ipynb
C4W3_Assignment.ipynb
C4W4_Assignment.ipynb
I will update this topic again regarding the status of these labs. Right now, the datasets have not been transferred yet:
Thank you very much for fixing part of the problem but as you said In Generative Deep Learning with TensorFlow C4W3_Assignment.ipynb Programming Assignment: Anime Faces
still have same problem But of course, thanks for solving part of the problem