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

feature request: render test image while training #8

Open
kthordarson opened this issue Apr 18, 2018 · 1 comment
Open

feature request: render test image while training #8

kthordarson opened this issue Apr 18, 2018 · 1 comment

Comments

@kthordarson
Copy link

It would be nice to follow the progress while training by rendering a sample image at X intervals while training a new model. For example at each num_steps_ckpt a sample image will be rendered.

@ghwatson
Copy link
Owner

You could easily use put this in the code in a few lines by using tf.summary.image (https://www.tensorflow.org/api_docs/python/tf/summary/image)
Just look in the code at the other summaries. Keep in mind that saving images will make the tf.event files that get saved much larger.

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

2 participants