Integrating ClearML Debug Samples feature #1727
hanshupe007
started this conversation in
Ideas
Replies: 1 comment
-
Hi @hanshupe007 👋, Thanks for the showcase looks really useful 👍 As already mentioned #1458 is still assigned to @odulcy-mindee . In this case we could finish one of the two tasks / Slack logging would be still depend on Olivier :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As ClearML is already being used for logging the training process, leveraging it's visualization feature ("Debug Samples") is very useful to investigate the incorrectly predicted test samples for each epoch.
This can easily be implemented with the report_image function. The screenshot below shows the result. Similar it can be done for the detection model training.
Logger.current_logger().report_image(title="Recognition Errors", series=title, iteration=int(epoch), image=output)
Beta Was this translation helpful? Give feedback.
All reactions