-
Notifications
You must be signed in to change notification settings - Fork 2
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 plot the each metric in a line graph? #1
Comments
hello! unfortunately, in this repo, there's no method to plot the metrics : ( Thanks in advance |
Hi thank you for responding. Can you please share how I can do that? If you have an example? And just to clarify something I face some issues when I used the script. I was using google colab. thank you |
well, it depends on what you want to plot! I just attach line plot examples with code. Hope it helps you : )
|
I would like to plot loss_log.txt produced by pix2pixHD training. xaxis would be the iteration and yaxis the number of epochs. and show the loss curve decreasing during the training. |
Now it make more sense. thank you for clarifying that I will make those changes and try it |
you can code like this!
or you can use the loggers like |
Really can I use Tensorboard for this? I just need to upload the loss_log file. I have not tried it before and I though it was only used while training not after training is finished. |
oh i see! it's possible to plot with Tensorboard after the training. However, as you said, usually we use the logger to plot the metrics while training. in your case, i guess it'd be better to use the visualization library like |
Hi,
Is it possible to plot the metric outcome into a line graph?
Thank you
The text was updated successfully, but these errors were encountered: