You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Hello @JackeyWang1, thank you for your interest in YOLOv5 🚀! It looks like you have a question about using ReLU with YOLOv5s on the COCO dataset. While I can't answer your question directly, please explore our ⭐️ Tutorials to get started.
If this is a custom training ❓ Question, please provide as much information as possible, and verify you are following our Tips for Best Training Results. An Ultralytics engineer will assist you soon!
Requirements
Ensure you have Python>=3.8.0 installed, along with all requirements.txt dependencies, including PyTorch>=1.8. To set up your environment, use the following commands:
A green badge indicates all YOLOv5 GitHub Actions CI tests are passing. Tests ensure correct operation for tasks such as training, validation, and more across different platforms.
Introducing YOLOv8 🚀
We're excited to announce YOLOv8 🚀, our latest SOTA model for 2023! It excels in object detection, segmentation, and classification. Learn more in our YOLOv8 Docs and get started with:
@JackeyWang1 yOLOv5s typically uses Leaky ReLU as the activation function. To modify it to use ReLU, you can adjust the activation layers in the model's architecture file (e.g., yolov5s.yaml) and retrain on COCO.
Search before asking
Question
I want to know whether there is a yolov5s uses Relu train on Coco.
Additional
no
The text was updated successfully, but these errors were encountered: