You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for testing I set epoch to 2
after epoch 2 passed it saved model weights.001-0.6057.hdf5 and this is the output:
Epoch 00002: val_acc improved from 0.60572 to 0.66245, saving model to weights.002-0.6624.hdf5
Exception ignored in: <bound method BaseSession.__del__ of <tensorflow.python.client.session.Session object at 0x7f1bf88e85f8>>
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 702, in __del__
TypeError: 'NoneType' object is not callable
marn@marn-HP-Compaq-Elite-8300-SFF ~/c/t/CNN-text-classification-keras> ls
_config.yml data_helpers.py __pycache__/ weights.001-0.6057.hdf5
data/ model.py README.md weights.002-0.6624.hdf5
is the error important? And how can I use this trained models?
thank you.
The text was updated successfully, but these errors were encountered:
you mean somethiong like model = load_model('weights.002-0.6624.hdf5') ?
but I dont know how can I use the model after loading it.
could you please guide me?
thank you
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: