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
Madam while running train.py from Deep-Learning/depth_estimation/ i received the following error
TypeError: 'Not JSON Serializable' while doing tf.keras.Model.save
after completing one epoch
On line:
basemodel.save(runPath + '/model.h5')
Using
Keras 2.4.4,
Tensorflow 1.13.1
Ubantu 18
Can you help?
The text was updated successfully, but these errors were encountered:
Madam while running train.py from Deep-Learning/depth_estimation/ i received the following error
TypeError: 'Not JSON Serializable' while doing tf.keras.Model.save
after completing one epoch
On line:
basemodel.save(runPath + '/model.h5')
Using
Keras 2.4.4,
Tensorflow 1.13.1
Ubantu 18
Can you help?
The text was updated successfully, but these errors were encountered: