Skip to content
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

Failing to load pre-trained set #35

Open
jberta1 opened this issue May 27, 2018 · 3 comments
Open

Failing to load pre-trained set #35

jberta1 opened this issue May 27, 2018 · 3 comments

Comments

@jberta1
Copy link

jberta1 commented May 27, 2018

Hi,

After downloading the pre-trained set and untar-ing to the a 'checkpoint' folder, I try test run.
I get:
"[...]
discriminatorA/d_h3_pred/Conv/weights:0
[*] Reading checkpoint...
[!] Load failed...
Processing image: ./datasets/horse2zebra/testA\n02381460_1000.jpg
"

DIfficult to tell why the model won't load.
I'm on WIN10 if that matters, any advice wellcome
Thanks

Julien

@patakk
Copy link

patakk commented Jun 2, 2018

I had the same problem. The solution is to run the test with the exact same parameters as when you trained the model. For example, if you used a different learning rate than the default one, you should run the test with the same different learning rate argument.
Hope that helps.

@meggiezhou
Copy link

I have the same question , and i don't change any parameters, what should i do to solve it

@shrutiramesh1988
Copy link

shrutiramesh1988 commented Jul 20, 2021

I'm facing same issue after using the pre-trained model on linux with TF 1.15 + MKLDNN :

discriminatorA/d_bn3/offset:0
discriminatorA/d_h3_pred/Conv/weights:0
[*] Reading checkpoint...
[!] Load failed...

I do not want to train the model, as I'm interested in inference only. How do we solve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants