-
Notifications
You must be signed in to change notification settings - Fork 45.6k
parameter is not found in .ckpt, when i restore the checkpoint for resnet_V2 fine_tuning training #2527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I apologize but I am having a hard time understanding what the problem is, where the problem is, and what version it affects. Please resubmit and pay attention to the issue template (https://github.com/tensorflow/tensorflow/issues/new) . Please provide all the information it asks. Thank you. |
This issue also happened to me. It seems that the following biases are missing in the checkpoint of resnet_v2_50 downloaded from https://github.com/tensorflow/models/tree/master/research/slim#pre-trained-models.
|
encount same issue. you need to use proper scope. |
/CC @sguada, can you look into why the biases are missing? |
@reedwm hi, I met the same issue, but I solved it by update my tensorflow from v1.1.0 to v1.2.0. inputs_data = /your/data/ I wish it helps |
Thanks for the info @daisysnow. I'm closing this issue since it seems to be resolved, but please reopen if anyone still has this issue on 1.5. |
This isssue persists in TF 1.7 and TF1.9 |
It works. |
Hi,
when i restore the checkpoint, there is error
NotFoundError (see above for traceback): Tensor name "resnet_v2_50/block1/unit_1/bottleneck_v2/conv2/biases" not found in checkpoint files ./fine_tuning/resnet_v2_50.ckpt
what's wrong with that?Could you give me some suggestions?
The text was updated successfully, but these errors were encountered: