Epileptic-EEG-Classfication-Using-Deep-Learning icon indicating copy to clipboard operation
Epileptic-EEG-Classfication-Using-Deep-Learning copied to clipboard

not able to load .h5 file

Open rajatanand86 opened this issue 3 years ago • 2 comments

from keras.models import load_model

model = load_model('m32.h5') model.summary()

Running the above code in google colab and getting following error. OSError: Unable to open file (file signature not found)

IS anyone else facing the issue? Can someone help?

rajatanand86 avatar Aug 24 '22 06:08 rajatanand86

Solved it. Earleir I was doing !git clone https://github.com/mkfzdmr/Epileptic-EEG-Classfication-Using-Deep-Learning it was not working. Now, I manually downloaded the .h5 file and uploaded in google colab. It worked!!

rajatanand86 avatar Aug 24 '22 08:08 rajatanand86

can you please share the .h5 file . It is no more accessible from github

sreedharshm avatar Nov 20 '23 14:11 sreedharshm