Open blackCmd opened 5 months ago
I'm having trouble converting yolov9-e-converted.pt to a TensorRT model using export.py. I've tested this on Windows 10, 11, and Ubuntu 22.04, and I'm using cuda12.4.1 and tensorrt 10.0.1. I've encountered the following error:
How to solve this error
'tensorrt.tensorrt.IBuilderConfig' object has no attribute 'max_workspace_size'
you can try this method. https://github.com/Linaom1214/TensorRT-For-YOLO-Series
@Linaom1214 Geneius! It works!
I'm having trouble converting yolov9-e-converted.pt to a TensorRT model using export.py. I've tested this on Windows 10, 11, and Ubuntu 22.04, and I'm using cuda12.4.1 and tensorrt 10.0.1. I've encountered the following error:
How to solve this error
'tensorrt.tensorrt.IBuilderConfig' object has no attribute 'max_workspace_size'