mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
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…
x
Reference in New Issue
Block a user