-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Training
### Bug
I'm u…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
-
## Can I transfer learn a model trained on custom data to new custom data?
I have trained a model on dataset A starting from the yolov5l.pt weights. The resulting model is stored in a best.pt file.
…
-
Hi
I am trying to run this code with my dataset. My dataset was built with the COCO annotator and it has a coco JSON format file. I have one class "gate" and 4 key points.
this is my config file:
`…
-
Hello, when I try to training using multi gpu based on docker file images. I got the below error. I use Ubuntu 18.04, python 3.8.
>>>>>>>>>>>>>>>>>>>>
```
root@5a70a5f2d489:/usr/src/app# python -…
-
I had an unexpected computer restart after a long training session.
The logs of the previous training are saved, including the weight files, but I don't want to start the training again, how can I re…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
Hello,
I am trying to run the training, and I already did for a small number of epochs on my machine cpu.
At the end I wanted to run the training for 100 epochs but using GPU on my machine.
All …
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Multi-GPU
### Bug
I follow …