yolov5 icon indicating copy to clipboard operation
yolov5 copied to clipboard

How to set name to experimentation to W&B

Open JNaranjo-Alcazar opened this issue 2 years ago • 2 comments

Search before asking

  • [X] I have searched the YOLOv5 issues and discussions and found no similar questions.

Question

I would like to name muy training procedure so I have the same name locally and in W&B platform. By default, W&B creates a random name each time I train. How can I set a name to the run for W&B?

Additional

No response

JNaranjo-Alcazar avatar Jul 06 '22 06:07 JNaranjo-Alcazar

Pass the name you want in the --name flag, like:

python train.py ... --name NAME

AyushExel avatar Jul 06 '22 08:07 AyushExel

👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.

Access additional YOLOv5 🚀 resources:

  • Wiki – https://github.com/ultralytics/yolov5/wiki
  • Tutorials – https://docs.ultralytics.com/yolov5
  • Docs – https://docs.ultralytics.com

Access additional Ultralytics ⚡ resources:

  • Ultralytics HUB – https://ultralytics.com/hub
  • Vision API – https://ultralytics.com/yolov5
  • About Us – https://ultralytics.com/about
  • Join Our Team – https://ultralytics.com/work
  • Contact Us – https://ultralytics.com/contact

Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐!

github-actions[bot] avatar Aug 06 '22 00:08 github-actions[bot]