-
-
Notifications
You must be signed in to change notification settings - Fork 16.5k
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
ClearML experiment tracking integration #8620
Merged
glenn-jocher
merged 62 commits into
ultralytics:master
from
thepycoder:feature/clearml_integration_no_resume
Aug 5, 2022
Merged
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
ec7986a
Add titles to matplotlib plots
thepycoder 11da722
Add ClearML Experiment Tracking integration.
thepycoder d395a28
Add ClearML Data Version Management automatic download when requested
thepycoder a160dfc
Add ClearML Hyperparameter Optimization
thepycoder 16a1a48
ClearML save period integration
thepycoder 8e957c9
Fix wandb breaking when used with ClearML dataset
thepycoder 027ca12
Fix wandb breaking when used with ClearML resume and dataset
thepycoder a5ae4bb
Add ClearML documentation
thepycoder 29a2686
fixed small bug in clearml integration that misreports epoch number
thepycoder be45d1b
Final ClearMl additions before refactor
thepycoder bd20628
Add correct epoch reporting
thepycoder c69d56f
Add remote execution and autoscaling docs for ClearML integration
thepycoder 358354d
Added images to clearml integration docs
thepycoder fd0b10d
fixed logo alignment bug and added hpo screenshot clearml
thepycoder 1cbe74b
Fixed small epoch number bug in clearml integration
thepycoder 51f051d
Remove saved model flush clearml
thepycoder 2557ace
Cleanup clearml readme section
thepycoder 3c9403b
Cleaned up clearml logger docstring
thepycoder 85ac912
Remove resume readme section clearml
thepycoder a9bb3be
Clearml integration cleanup
thepycoder a29eb1c
Updated ClearML documentation
thepycoder 806c22a
Added dark vs light icons ClearML Readme
thepycoder 194cf62
Clearml Readme styling
thepycoder 421eb19
Add better gifs
thepycoder 36ce901
Fixed gif file size
thepycoder aa36080
Add better images in tutorial notebook
thepycoder ba99667
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c77575f
Merge branch 'master' into feature/clearml_integration_no_resume
glenn-jocher 359d4fa
Merge branch 'master' into feature/clearml_integration_no_resume
glenn-jocher 02bada8
Addressed comments in PR #8620
thepycoder eda35ea
Merge branch 'feature/clearml_integration_no_resume' of github.com:th…
thepycoder bae0c2f
Fixed circular import
thepycoder c3c394f
Fixed circular import
thepycoder c370935
Update tutorial.ipynb
glenn-jocher a770823
Update tutorial.ipynb
glenn-jocher 8561281
Merge branch 'master' into feature/clearml_integration_no_resume
glenn-jocher d4bbc92
Inline comment
glenn-jocher 5d31d2d
Merge branch 'master' into feature/clearml_integration_no_resume
glenn-jocher 40a9616
Merge branch 'master' into feature/clearml_integration_no_resume
glenn-jocher 0bf8969
Restructured tutorial notebook
thepycoder c49f827
Add correct ClearML link to README
thepycoder efa3d09
Merge branch 'master' into feature/clearml_integration_no_resume
glenn-jocher 28fedbd
Merge branch 'master' into feature/clearml_integration_no_resume
glenn-jocher 0c10d66
Update tutorial.ipynb
glenn-jocher 424b524
Merge branch 'master' into feature/clearml_integration_no_resume
glenn-jocher 7bde104
Update general.py
glenn-jocher 92657cb
Update __init__.py
glenn-jocher a98dc0f
Update __init__.py
glenn-jocher 9c0eab3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] fd0cff6
Update __init__.py
glenn-jocher c97a2ad
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8bbf04e
Update __init__.py
glenn-jocher 0930d59
Update README.md
glenn-jocher 68f9a9c
Update __init__.py
glenn-jocher b618614
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 918d861
spelling
glenn-jocher 092fe34
Update tutorial.ipynb
glenn-jocher e6eca5f
notebook cutt.ly links
glenn-jocher b45cac4
Update README.md
glenn-jocher 40d3b95
Update README.md
glenn-jocher 5ed6620
cutt.ly links in tutorial
glenn-jocher 00eda91
Removed labels as they show up on last subplot only
glenn-jocher File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Clearml integration cleanup
- Loading branch information
commit a9bb3be572f2c18901fbe11a03de8591854e7123
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
We should probably prepare for the edge case where user passes clearml file but clearml is not installed.
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.
You're 100% correct, thanks for catching it!