Unanswered
Hi, I Am New To Clearml But Already Really Impressed. I Have What Seems Like A Dumb Question But Asking It Anyways... I Have A Matplotlib Figure Which Is Automatically Captured And Displayed Correctly In The Plots Tab When I Do A
Hi PanickyLion56
Yep savefig also works, you can also do,from clearml import Logger Logger.current_logger().report_matplotlib_figure(title="My Plot Title", series="My Plot Series", iteration=10, figure=plt)
https://github.com/allegroai/clearml/blob/0c5d12b830987aa9bb8d44d81e92ff9198008f29/examples/frameworks/matplotlib/matplotlib_example.py#L25
141 Views
0
Answers
2 years ago
one year ago