imps
imps copied to clipboard
Use keras model format not h5
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.