Skip to content

Instantly share code, notes, and snippets.

@ksdkamesh99
Created July 27, 2020 11:58
Show Gist options
  • Save ksdkamesh99/d641cbff7d706aed1c1baf4b5021893d to your computer and use it in GitHub Desktop.
Save ksdkamesh99/d641cbff7d706aed1c1baf4b5021893d to your computer and use it in GitHub Desktop.
# Import tensorflow library
import tensorflow
#Save the model to saved_model.pbtxt
tensorflow.keras.models.save_model(model,'saved_model.pbtxt')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment