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
Hi,
I use the following command to train a custom dataset on the pre-trained Yolov8 with yolov8s weights, but the yolov8n is downloaded every time and I am guessing that the input for the model is being ignored.
Am I doing it wrong?
I also wanted to know what parameters should I set, so that I can train yolov8s similarly to yolov5s so that the same IoU and augmentation are used.
Also, what should I set to make the model run on GPU? The default value for the device param is null but it is missing from the document what will be chosen in the default mode.
The text was updated successfully, but these errors were encountered:
Hi,
I use the following command to train a custom dataset on the pre-trained Yolov8 with yolov8s weights, but the yolov8n is downloaded every time and I am guessing that the input for the model is being ignored.
Am I doing it wrong?
I also wanted to know what parameters should I set, so that I can train yolov8s similarly to yolov5s so that the same IoU and augmentation are used.
Also, what should I set to make the model run on GPU? The default value for the device param is null but it is missing from the document what will be chosen in the default mode.
The text was updated successfully, but these errors were encountered: