Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not able to load .h5 file #1

Open
rajatanand86 opened this issue Aug 24, 2022 · 2 comments
Open

not able to load .h5 file #1

rajatanand86 opened this issue Aug 24, 2022 · 2 comments

Comments

@rajatanand86
Copy link

rajatanand86 commented Aug 24, 2022

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
Copy link
Author

rajatanand86 commented Aug 24, 2022

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants