🐛 [Bug] Error encountered when compiling Waveglow model #1462
Labels
bug
Something isn't working
component: converters
Issues re: Specific op converters
component: partitioning
Bug Description
When compiling the Waveglow (Github) spectrogram-to-speech model with Torch-TRT, the following error is encountered:
To Reproduce
Steps to reproduce the behavior:
(1, 80, 256)
and(1, 8, 8192)
and enable truncate_long_and_double with 12 GB workspace.Expected behavior
Model should successfully compile to Torch-TRT. Specifically, this invalid
aten::floor_divide
schema should not arise in the TorchScript IR.Environment
python setup.py develop
The text was updated successfully, but these errors were encountered: