-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add clearml logger #526
Add clearml logger #526
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution! I will take a deeper look later
- ClearMLLogger is now a child of Logger - ClearMLPipelineLogger is a child of ClearMLLogger and IPipelineLogger
Changes made: - Deleted 'train_with_clearml.yaml' and 'train_with_clearml.py' - Replaced TensorBoard with ClearML in 'train_arcface_with_categories.yaml'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only a few comments
tests/test_runs/test_pipelines/configs/train_arcface_with_categories.yaml
Show resolved
Hide resolved
It seems we need to add Am I right? |
@Fissium seems like this, yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job!
Enhanced the experiment tracking functionality by integrating ClearML