-
Notifications
You must be signed in to change notification settings - Fork 387
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
NotFoundError (see above for traceback): Key discriminator/d_bn0/beta not found in checkpoint #51
Comments
Try removing the default checkpoint folder. |
I also faced same problem, |
I have solved this problem by modifying several places:
|
my errror is similar: |
That's what I have now: |
Does my pull request #49 fix this for you? |
@yfor1008 thanks. According to your solutions, i also solved this problem. |
@yfor1008 how do you know about this? it fixed the problem |
even though TF>=1.0.0 I am getting NotFoundError (see above for traceback): Key discriminator/d_bn0/beta not found in checkpoint
Got above error while running ./complete.py ./data/your-test-data/aligned/* --outDir outputImages
I am trying to complete one image of size 64x64. (its not aligned)
Please help me out
The text was updated successfully, but these errors were encountered: