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

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

View File

@ -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