Update W&B message to `LOGGER.info()` (#7064)
This commit is contained in:
parent
0529b77232
commit
e278fd63ec
|
|
@ -56,7 +56,7 @@ class Loggers():
|
|||
if not wandb:
|
||||
prefix = colorstr('Weights & Biases: ')
|
||||
s = f"{prefix}run 'pip install wandb' to automatically track and visualize YOLOv5 🚀 runs (RECOMMENDED)"
|
||||
print(emojis(s))
|
||||
self.logger.info(emojis(s))
|
||||
|
||||
# TensorBoard
|
||||
s = self.save_dir
|
||||
|
|
|
|||
Loading…
Reference in New Issue