We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When converting the Citrinet-1024 speech recognition network from TorchScript to Torch-TRT, the following error is encountered:
ERROR: [Torch-TensorRT TorchScript Conversion Context] - 3: %66 : Tensor = aten::sum(%mask2.2, %65, %26, %3779) # ReduceLayer only supports Float, Half, Int8, and Int32 data types. Segmentation fault (core dumped)
Steps to reproduce the behavior:
Model should successfully compile to Torch-TRT. Specifically, internal (non-user-provided) type-casting issues should not cause errors.
python setup.py develop
The text was updated successfully, but these errors were encountered:
gs-olive
Successfully merging a pull request may close this issue.
Bug Description
When converting the Citrinet-1024 speech recognition network from TorchScript to Torch-TRT, the following error is encountered:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Model should successfully compile to Torch-TRT. Specifically, internal (non-user-provided) type-casting issues should not cause errors.
Environment
python setup.py develop
The text was updated successfully, but these errors were encountered: