mkfzdmr / Epileptic-EEG-Classfication-Using-Deep-Learning

This repository contains the trained deep learning models for the detection and prediction of Epileptic seizures.
MIT License
19 stars 3 forks source link

not able to load .h5 file #1

Open rajatanand86 opened 2 years ago

rajatanand86 commented 2 years ago

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 commented 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!!

sreedharshm commented 11 months ago

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