Created
July 27, 2020 11:58
-
-
Save ksdkamesh99/d641cbff7d706aed1c1baf4b5021893d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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