coursera-deep-learning-specialization icon indicating copy to clipboard operation
coursera-deep-learning-specialization copied to clipboard

h5 files corrupted/not-accessible in neural network and deep learning assignment

Open akharedeepak opened this issue 4 years ago • 7 comments

Can you please change the h5 files?

akharedeepak avatar Jul 26 '21 19:07 akharedeepak

+1

Sart-Hack avatar Jul 28 '21 06:07 Sart-Hack

Seems there was no fixing for this issue. anyway, you can access the files with this link: Google Drive hope you have a nice day :)

hossein-moghaddam avatar Aug 13 '21 08:08 hossein-moghaddam

Seems there was no fixing for this issue. anyway, you can access the files with this link: Google Drive hope you have a nice day :)

thanks

scorpiusprime avatar Aug 30 '21 13:08 scorpiusprime

Seems there was no fixing for this issue. anyway, you can access the files with this link: Google Drive hope you have a nice day :)

Thank you!!

Anant16 avatar Dec 29 '21 05:12 Anant16

Seems there was no fixing for this issue. anyway, you can access the files with this link: Google Drive hope you have a nice day :)

Hi bro, do you link of Course 4, week 3, Yolo.h5 model ? It's also corrupted

Chris-LeirT avatar Feb 19 '22 16:02 Chris-LeirT

To those how is still looking for a way to download various files (videos, images, h5 etc). This solution worked for me https://stackoverflow.com/a/68113604 however note that h5 files might be additionally archived so you might need to unpack them before using

kindaSys331 avatar Mar 31 '22 21:03 kindaSys331

I've also managed to load existing h5 model (in C4 Week 3 Car detection). You need specific versions of python, tensorflow and keras to be installed to do that.

The requirements for notebook (i guess for all of them) are:

python - v3.6
tensorflow - v1.15
keras - v1.2.2

Also worth mentioning that you should pay attention to tensorflow-estimator version to be 1.15 as well. You might also need h5py - v2.10 if it is not already installed with something listed above.

kindaSys331 avatar Mar 31 '22 22:03 kindaSys331