Skip to content

Commit

Permalink
Add ClearML minimum version requirement (#9933)
Browse files Browse the repository at this point in the history
* Add ClearML minimum version requirement

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

* Update README.md

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

* Update README.md

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
  • Loading branch information
glenn-jocher committed Oct 26, 2022
1 parent a5d875a commit f9bb984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tqdm>=4.64.0

# Logging -------------------------------------
tensorboard>=2.4.1
# clearml
# clearml>=1.2.0
# comet

# Plotting ------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion utils/loggers/clearml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ That's it! You're done 😎
To enable ClearML experiment tracking, simply install the ClearML pip package.

```bash
pip install clearml
pip install clearml>=1.2.0
```

This will enable integration with the YOLOv5 training script. Every training run from now on, will be captured and stored by the ClearML experiment manager. If you want to change the `project_name` or `task_name`, head over to our custom logger, where you can change it: `utils/loggers/clearml/clearml_utils.py`
Expand Down

0 comments on commit f9bb984

Please sign in to comment.