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
function eval in model.py
I can successfully generate targets, genes and reals by my saved checkpoint model.
However, I want to use only generator to generate the eye with target angle.
That is, input: x_test_r, angles_test_g, output: 64 x 64 x 3 eye image.
So, how to used the restored checkpoint and only use generator to generate image?
Thanks
The text was updated successfully, but these errors were encountered:
function eval in model.py I can successfully generate targets, genes and reals by my saved checkpoint model. However, I want to use only generator to generate the eye with target angle. That is, input: x_test_r, angles_test_g, output: 64 x 64 x 3 eye image. So, how to used the restored checkpoint and only use generator to generate image?
Thanks
Any luck? quite new to all this :( Can run eval on Colab but no idea how to generate w my own images...
function
eval
in model.pyI can successfully generate targets, genes and reals by my saved checkpoint model.
However, I want to use only generator to generate the eye with target angle.
That is, input: x_test_r, angles_test_g, output: 64 x 64 x 3 eye image.
So, how to used the restored checkpoint and only use generator to generate image?
Thanks
The text was updated successfully, but these errors were encountered: