tensorflow-workspace icon indicating copy to clipboard operation
tensorflow-workspace copied to clipboard

Restoring pretrained model error

Open Zepan opened this issue 7 years ago • 0 comments

It use ckpt in train_softmax.py, but use pb in run_mobilenet_v1.sh. It case run_mobilenet_v1.sh error

  if pretrained_model:
                print('Restoring pretrained model: %s' % pretrained_model)
                saver_restore.restore(sess, tf.train.latest_checkpoint(pretrained_model))

Zepan avatar Mar 25 '19 15:03 Zepan