Unanswered
Hi,
I Try To Report A Plot To Clearml In This Way:
So Im guessing either return_fig is False when you ran this, or plt.cdf is having issues (which it can). Id always recommend explicitly creating the figure instead of using the plt shortcuts.
fix, ax = plt.subplots()
ax.plot(…)
etc
162 Views
0
Answers
3 years ago
one year ago