Aug 22, 2017 · 1 min read
Hi, I am struggling on getting the models.ckpt using the following line.
with tf.Session() as sess:
saver = tf.train.import_meta_graph('/tmp/model.ckpt.meta')
saver.restore(sess, "/tmp/model.ckpt")Can you reveal how do you get the model.ckpt?
Thanks alot!