Keras SavedModel vs Tensorflow SavedModel

229 views Asked by At

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?

1

There are 1 answers

1
Oktay Alizada On

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