Replies: 1 comment 4 replies
-
|
@alevangel the command above will produce a pretrained YOLOv5m model, you provide the training code to train it. See Train Custom Data tutorial below for a fully managed training solution. YOLOv5 Tutorials
|
Beta Was this translation helpful? Give feedback.
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.
-
I know that for training a custom dataset with train.py there is an extensive documentation, but how to dao that with PyTorch?
I only see from the doc on PyTorch that I have have to use this line:
model = torch.hub.load('ultralytics/yolov5', 'yolov5m', autoshape=False)But then how to train the model?
Beta Was this translation helpful? Give feedback.
All reactions