Unanswered
Hi,
I Just Started Working With Clearml And I Have A Question About One Of My Plots.
Fig 1 Is What It Looks Like In My Pycharm Output.
Fig 2 Is What Is Logged In The Clearml Server.
Why Does The Figure Change So Drastically? And How Can I Solve It?
Sideno
CostlyOstrich36 The problem was that the plot I created myself (with the loss and accuracy) was not stored properly in the results/plot tab. I removed the plotting from my script and instead I save the loss and accuracy using Logger.current_logger().report_scalar(). With the loss and accuracy properly saved as scalars, they are plotted nicely in the results/scalar tab.
168 Views
0
Answers
2 years ago
one year ago