PoseEstimationForMobile
PoseEstimationForMobile copied to clipboard
resume from pretrained
Hi, is there an option to resume training from checkpoint?
use checkpoint? with tf.Session(config=config) as sess: checkpoint = tf.train.latest_checkpoint(params['checkpoint']) saver.restore(sess, checkpoint)