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
IMPSY should be updated to use .keras format universally for models.
As the tensorflow.keras documentation says:
The recommended format is the "Keras v3" format, which uses the .keras extension. There are, however, two legacy formats that are available: the TensorFlow SavedModel format and the older Keras H5 format.
At present, .h5 format is used.
The text was updated successfully, but these errors were encountered:
IMPSY should be updated to use
.keras
format universally for models.As the tensorflow.keras documentation says:
At present,
.h5
format is used.The text was updated successfully, but these errors were encountered: