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 can I visualize the result with the visualizer in your code? #11

Open
YDDDDG opened this issue Jan 14, 2021 · 1 comment
Open

How can I visualize the result with the visualizer in your code? #11

YDDDDG opened this issue Jan 14, 2021 · 1 comment

Comments

@YDDDDG
Copy link

YDDDDG commented Jan 14, 2021

Hi,
I note that there are codes named visualizers, how can I use the visualizers to visualize my test results?
Hope for your reply!

@wonkyunglee
Copy link
Contributor

For the default setting, we visualize the results on the Tensorboard, which is performed by the code writer.add_figure(...).
If you want to save it to your local PC, then convert the code writer.add_figure(...) to fig.save(...).
Also, it is possible to manage the figure at the visualizer_factory file.
Good luck.

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