-
Notifications
You must be signed in to change notification settings - Fork 429
restore failed #181
Comments
WARNING:tensorflow:From fine_tune.py:155: softmax_cross_entropy_with_logits (from tensorflow.python.ops.nn_ops) is deprecated and will be removed in a future version. Future major versions of TensorFlow will allow gradients to flow See tf.nn.softmax_cross_entropy_with_logits_v2. WARNING:tensorflow:From fine_tune.py:160: calling argmax (from tensorflow.python.ops.math_ops) with dimension is deprecated and will be removed in a future version. During handling of the above exception, another exception occurred: Traceback (most recent call last): Caused by op 'save_1/RestoreV2', defined at: NotFoundError (see above for traceback): Tensor name "beta1_power" not found in checkpoint files ./deeplab_resnet.ckpt |
I also got this error. Did you solve it yet? |
when i try to finetune a resnet , it will tell me restore from the checkpoint failed , as there lack the tensor named 'beta1_power'
The text was updated successfully, but these errors were encountered: