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

what does it mean by 'model.ZConv_VDSR'? #2

Open
pjwang317 opened this issue Oct 17, 2019 · 3 comments
Open

what does it mean by 'model.ZConv_VDSR'? #2

pjwang317 opened this issue Oct 17, 2019 · 3 comments

Comments

@pjwang317
Copy link

Hello, thanks for your wonderful work!

İn the test.py, I met this problem, the model does not have contribute 'model.ZConv_VDSR'. I checked in the TESTGAN.py file, there is no definition. May I ask what does it mean by 'model.ZConv_VDSR'?
fake = sess.run(
[model.ZConv_VDSR],
feed_dict={x: input_, is_training: False})

@paugalles
Copy link

paugalles commented Jan 28, 2021

I would also like to know where model.ZConv_VDSR comes from. Since it crashes the execution, I commented out this line as a workaround. See my comment > (#6)

@kuijiang94
Copy link
Owner

I am sorry for this issue. I have corrected it.

@kuijiang94
Copy link
Owner

The model.Zconv_VDSR should be model.imitation_sr, model.base_sr, model.frame_sr.

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

3 participants