Modify the TensorFlow Serving model configuration
TensorFlow Serving is ready to be used with the ResNet model. You may want to use a different version of the model or even a different one.
For example, to use the Inception model, you can change the configuration settings of the model by editing the /opt/bitnami/tensorflow-serving/conf/tensorflow-serving.conf file:
model_config_list: {
config: {
name: "inception",
base_path: "/opt/bitnami/tensorflow-serving/data",
model_platform: "tensorflow",
}
}
Once your changes are done, restart the service:
$ sudo /opt/bitnami/ctlscript.sh restart