1
0
mirror of https://github.com/ultralytics/yolov5.git synced 2025-06-03 14:49:29 +08:00

Update W&B message to LOGGER.info() ()

This commit is contained in:
Glenn Jocher 2022-03-20 18:15:22 +01:00 committed by GitHub
parent 0529b77232
commit e278fd63ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,7 +56,7 @@ class Loggers():
if not wandb: if not wandb:
prefix = colorstr('Weights & Biases: ') prefix = colorstr('Weights & Biases: ')
s = f"{prefix}run 'pip install wandb' to automatically track and visualize YOLOv5 🚀 runs (RECOMMENDED)" s = f"{prefix}run 'pip install wandb' to automatically track and visualize YOLOv5 🚀 runs (RECOMMENDED)"
print(emojis(s)) self.logger.info(emojis(s))
# TensorBoard # TensorBoard
s = self.save_dir s = self.save_dir