Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

use model from checkpoint tensorflow

 
with tf.Session() as sess:
  new_saver = tf.train.import_meta_graph('my_test_model-1000.meta')
  new_saver.restore(sess, tf.train.latest_checkpoint('./'))
Source by cv-tricks.com #
 
PREVIOUS NEXT
Tagged: #model #checkpoint #tensorflow
ADD COMMENT
Topic
Name
5+8 =