Closed Amoko closed 1 year ago
This issue has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days
This issue has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days
❓ Question
Hey, guys! I'm new to TensorRT, after the environment setup. I'm very excited to try the official demo in this page. Resnet50-example.. I got very different outputs when inference with the same inputs via pytorch & TensorRT. But when I use efficientnet_b3 as the model, the results are same.
What you have already tried
Environment
Additional context
Here is my model convert code from PyTorch to TensorRT
And here is the benchmark function for the same inputs.
And here are the strange outputs that I got. 🤯
For efficientnet_b3
For resnet50