h5 files corrupted/not-accessible in neural network and deep learning assignment
Can you please change the h5 files?
+1
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 :)
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
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!!
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
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
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.