You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
İ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})
The text was updated successfully, but these errors were encountered:
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)
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})
The text was updated successfully, but these errors were encountered: