Burhan
Burhan
@zerollzeng and @pranavm-nvidia thank you both! I opened the issue since I didn't find any existing and to use as reference while tracking external package readiness for python 3.12.
So I tested this on Windows 10 where I don't have CUDA Toolkit or cuDNN installed and wrote a little tutorial for the Ultralytics community Discord as a work around....
@NevermindNilas to be honest, it's been a while since I did this. I made this [requirements.txt](https://github.com/NVIDIA/TensorRT/files/14560302/requirements.txt) from `pip freeze` (you might not need _everything_ here) so you can take a...
Specifically this was an issue with exporting to TensorRT and `classify` but additional testing would be needed to verify
@PacificDou thanks for opening a PR! Please also make sure to update the train arguments table in the documentation. Additionally, we appreciate any unit tests you can write to test...
> [!NOTE] > Changes to be made as recommend by @Laughing-q - [x] separate YOLOv8 to use multiple YAMLs, but place all tasks under single YAML - [x] keep YOLOv8-p2...
Combining `yolov8-cls-resnet` variants of the YAML files was a bit of a hassle, so left separated. Now down to 11 YAML files instead of 17
@Laughing-q Thank you for helping out in this! I definitely like moving SPP to the neck definition, I think that makes a lot of sense. Should we do that with...
I was in a bit of a rush to wrap this and didn't double check the table changes yesterday. The only difference in the tables now is that I updated...
Need to verify this change does address the issue or if additional changes are needed