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

How to restore checkpoint and only use generator to generate image #8

Open
r06631001 opened this issue Mar 3, 2020 · 2 comments
Open

Comments

@r06631001
Copy link

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

@zhangqianhui
Copy link

You should learn about the tensorflow.

@santi-grau
Copy link

santi-grau commented Nov 23, 2021

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...

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