usage/engine/ #9179
usage/engine/
#9179
Replies: 3 comments 6 replies
|
As mentioned in the advanced customization of ultralytics: from ultralytics.models.yolo.detect import DetectionTrainer i am confuced that which file should i place in the curly brackets of |
1 reply
|
Is it possible to define custom DataLoader or Augmentation pipeline in DetectionTrainer? |
1 reply
|
How to set a custom loss function? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
usage/engine/
Discover how to customize and extend base Ultralytics YOLO Trainer engines. Support your custom model and dataloader by overriding built-in functions.
https://docs.ultralytics.com/usage/engine/
All reactions