Create SavedModel out of our current trained model.
https://www.tensorflow.org/guide/saved_model
The SavedModel should have the following data on disk.
assets saved_model.pb variables
We need to push this model to our tensforlow serving instance which is serving through a docker container.
More info: https://www.tensorflow.org/guide/saved_model#the_savedmodel_format_on_disk
Create SavedModel out of our current trained model.
https://www.tensorflow.org/guide/saved_model
The SavedModel should have the following data on disk.
assets saved_model.pb variablesWe need to push this model to our tensforlow serving instance which is serving through a docker container.
More info: https://www.tensorflow.org/guide/saved_model#the_savedmodel_format_on_disk