Skip to content

Commit e278fd6

Browse files
authored
Update W&B message to LOGGER.info() (#7064)
1 parent 0529b77 commit e278fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/loggers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(self, save_dir=None, weights=None, opt=None, hyp=None, logger=None,
5656
if not wandb:
5757
prefix = colorstr('Weights & Biases: ')
5858
s = f"{prefix}run 'pip install wandb' to automatically track and visualize YOLOv5 🚀 runs (RECOMMENDED)"
59-
print(emojis(s))
59+
self.logger.info(emojis(s))
6060

6161
# TensorBoard
6262
s = self.save_dir

0 commit comments

Comments
 (0)