About saved models #885
Closed
eishwezin20
started this conversation in
General
Replies: 1 comment 1 reply
-
When using TensorFlow and Keras, you'll typically encounter the ".h5" file extension for saving and loading machine learning models. Here's the difference between ".h5", ".hdf5", and ".model" in the context of TensorFlow and Keras:
In summary, when working with TensorFlow and Keras, you should use the ".h5" or ".hdf5" extension for saving and loading models. These formats are well-established, supported, and provide an efficient way to store and retrieve your machine learning models. The ".model" extension is not a standard choice for model persistence in these libraries. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
does anyone know difference between ".h5", ".hdf5", ".model". I am using tensorflow.
Beta Was this translation helpful? Give feedback.
All reactions