Created
March 13, 2018 18:32
-
-
Save JoshVarty/d0e174ef751c3400cd2dae666f65e1fe 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
saver = tf.train.import_meta_graph('/tmp/vggnet/vgg_net.ckpt.meta') | |
saver.restore(session, '/tmp/vggnet/vgg_net.ckpt') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment