We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the model is resnet50 from TensorRT8 folder. onnx can produce the correct result, but tinytrt can't. the onnx result the tinytrt result
The text was updated successfully, but these errors were encountered:
Could you please share the reproduce script then I can debug it. Thanks!
Sorry, something went wrong.
I have to say I didn't put much effort on the python api and I didn't add accuracy test for it. So it might have bugs.
Source code in https://github.com/zerollzeng/tiny-tensorrt/blob/master/src/PyTrt.cpp
zerollzeng
No branches or pull requests
the model is resnet50 from TensorRT8 folder. onnx can produce the correct result, but tinytrt can't.
the onnx result
the tinytrt result
The text was updated successfully, but these errors were encountered: