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
function
evalin 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