Bernard Ryhede Bengtsson
Bernard Ryhede Bengtsson
## Description We are trying to recreate the results from: [https://arxiv.org/abs/2402.05008](url). Using the same .onnx file to compile engines provided by the authors, we find that using fp16 model has...
## Description We're benchmarking my mixed-precision models using: `trtexec --loadEngine=model.engine --useCudaGraph --iterations=100 --avgRuns=100` We compared two models, one baseline in FP16, and another model where we reduced the precision for...
We are trying to recreate the results for EfficientViT-SAM, but are having issues with certain models. In this case, we reported issues with l2_encoder.onnx. In summary, these are the results:...