Vittal

Results 1 comments of Vittal

Try this. ```python with tf.Session() as sess: saver = tf.train.import_meta_graph('./models/fcn_8s_checkpoint/model_fcn8s_final.ckpt.meta') saver.restore(sess, './models/fcn_8s_checkpoint/model_fcn8s_final.ckpt') ```