Open rajatanand86 opened 2 years ago
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!!
can you please share the .h5 file . It is no more accessible from github
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?