Skip to content

Commit

Permalink
Merge pull request #104 from ultralytics/master
Browse files Browse the repository at this point in the history
Update Discord and Contributing Guide URLs (ultralytics#12847)
  • Loading branch information
NagatoYuki0943 committed Mar 29, 2024
2 parents e3e2f42 + ac6c438 commit 0a48260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/loggers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def __init__(self, opt, console_logger, include=("tb", "wandb", "clearml")):
prefix = colorstr("ClearML: ")
LOGGER.warning(
f"{prefix}WARNING ⚠️ ClearML is installed but not configured, skipping ClearML logging."
f" See https://github.com/ultralytics/yolov5/tree/master/utils/loggers/clearml#readme"
f" See https://docs.ultralytics.com/yolov5/tutorials/clearml_logging_integration"
)
else:
self.clearml = None
Expand Down

0 comments on commit 0a48260

Please sign in to comment.