-
Notifications
You must be signed in to change notification settings - Fork 45
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
there is an error when I run your model #5
Comments
Meet the same error, and I will be very grateful if the author can reply. |
I have updated the file Generator.py. Has this problem been solved? |
Work well, thank you for your prompt reply. |
Thank you !! Work well now! |
tensorflow.python.framework.errors_impl.NotFoundError: Key Generator_1/decoder/conv2_5/bias not found in checkpoint |
|
Hi, thank your for sharing your code. I met some problems when I run your model under the folder same-resolution vis-ir image fusion. I used your model to inference the images, there is the error:
NotFoundError (see above for traceback): Restoring from checkpoint failed. This is most likely due to a Variable name or other graph key that is missing from the checkpoint. Please ensure that you have not altered the graph expected based on the checkpoint. Original error:
Key Generator_1/decoder/conv2_5/bias not found in checkpoint
[[node save/RestoreV2 (defined at generate.py:38) ]]
I am confused . Could you help me? Thanks~
The text was updated successfully, but these errors were encountered: