I optimise models following the work flow ultralytics API → onnx → .engine (trtexec command). For v8n, no problems were obtained.
For v11n/v26n, things wen’t no so well. I obtained for both the same error: on the Attention Layer I did not have enough workspace (4098MiB were given) for optimising the model (this happened when using the trtexec command).
My Jetson Nano has near 8000MiB. I tried with 6000MiB aprox. Still same issue. Does this usually happen with these models and this hardware specs or is just me?