-
Notifications
You must be signed in to change notification settings - Fork 90
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
Exception ignored in: <bound method BaseSession.__del__ of <tensorflow.python.client.session.Session object at 0x7f1bf88e85f8>> #5
Comments
Have you made any changes in the code if any please share with me? |
I am using tensorflow 1.5.0 and keras 2.1.5 |
Tensorflow 1.4.1 |
i think it is just an exception ignored. |
there is keras function to load weights |
you mean somethiong like |
for testing I set epoch to 2
after epoch 2 passed it saved model weights.001-0.6057.hdf5 and this is the output:
is the error important? And how can I use this trained models?
thank you.
The text was updated successfully, but these errors were encountered: