Aug 22, 2017 · 1 min read
Hi, Im struggling to get the ckpt file using following commands
with tf.Session() as sess:
saver = tf.train.import_meta_graph('/tmp/model.ckpt.meta')
saver.restore(sess, "/tmp/model.ckpt")Can you reveal on how its done on your side?
Thanks alot!