I'm reading the documentation and source code of the TensorflowJS converter and it makes a clear distinction between Keras SavedModel and Tensorflow SavedModel.
What are the differences between the formats and what is the cross-format support story?
I'm reading the documentation and source code of the TensorflowJS converter and it makes a clear distinction between Keras SavedModel and Tensorflow SavedModel.
What are the differences between the formats and what is the cross-format support story?
Please refer to:
https://www.tensorflow.org/tutorials/keras/save_and_load#:~:text=Saving%20custom%20objects,-If%20you%20are&text=The%20key%20difference%20between%20HDF5,without%20requiring%20the%20orginal%20code.
It discusses the differences