### 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 similar questions. ### Question python 3.8 cuda 11.3 onnxruntime-gpu 1.14.1 ``` python export.py --weights ./best.pt --imgsz 960 --device 0 --half --simplify ``` Another question, will onnx using CUDAExecutionProvider be faster than pt file using gpu? Thanks for your answer ### Additional _No response_