yolov5/tutorials/hyperparameter_evolution/ #18024
Replies: 2 comments 12 replies
-
The multi-gpu command does not work on my side, as the code I shown below in the slurm command file: #!/bin/bash module load conda for i in 0 1 2 3; do The output is just Starting GPU 1, 2, 3, 4 and then the job finishes within seconds, with no tuning being done, while the single GPU training command work perfectly, can someone point out what is wrong and what need to be fixed? |
Beta Was this translation helpful? Give feedback.
-
👋 Hello, thank you for your interest in Ultralytics 🚀! The hyperparameter evolution tutorial is an excellent resource for exploring how to optimize YOLO models using genetic algorithms. We recommend checking the direct link you shared and also visiting the Docs for other tutorials and resources. New to YOLO or custom training? We suggest reviewing the Tips for Best Training Results to maximize your outcomes. If this post is related to a 🐛 bug or issue, please provide a minimum reproducible example to help us investigate further. For any ❓ questions or customizations, please include detailed information such as your command, training logs, or configuration. To stay connected with the community:
UpgradeEnsure you are using the latest pip install -U ultralytics EnvironmentsYOLO can be tested and run in several verified environments, complete with pre-installed dependencies:
StatusIf this badge is green, all Ultralytics CI tests are currently passing. CI tests ensure all YOLO Modes and Tasks behave as expected across macOS, Windows, and Ubuntu. This is an automated response to help guide you, but no worries—a member of the Ultralytics team will follow up to assist you further soon! 😊 |
Beta Was this translation helpful? Give feedback.
-
yolov5/tutorials/hyperparameter_evolution/
Learn how to optimize YOLOv5 hyperparameters using genetic algorithms for improved training performance. Step-by-step instructions included.
https://docs.ultralytics.com/yolov5/tutorials/hyperparameter_evolution/
Beta Was this translation helpful? Give feedback.
All reactions