How to read contents of hdf5 file
Also after oprning ,I am getting this
Hdf5 format file
Basically .hdf5 files are used to store the models, to check if your file is saved correctly or not, just directly use
from keras import models
model = models.load_model(file_name) if you have saved the complete model
model.summary()
If your file was saved correctly, it will show the model correctly otherwise not.
To view hdf5 files there comes special softwares, but for the present time work as said above only, to need to go in that part.
Hope this cleared your Doubt.
Ya everything seems fine, it is just warning you can ignore that, and proceed further safely.
ok…
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.