Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Last active March 13, 2018 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoshVarty/09141f98a286c55d4c247d917d81f412 to your computer and use it in GitHub Desktop.
Save JoshVarty/09141f98a286c55d4c247d917d81f412 to your computer and use it in GitHub Desktop.
saver = tf.train.Saver() #Create a saver
save_path = saver.save(session, "/tmp/vggnet/vgg_net.ckpt") #Specify where to save the model
print("Saved model at: ", save_path) #Confirm the saved location
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment