You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah we are working on a solution for aten::Int. The suggestion here is to try to help torchscript here with explicit casting if possible for now. We can work on aten::div.Tensor_mode. prim::PythonOp I dont think we can support. Partial compilation would be the only option here
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
While compiling YOLOR, Torch-TensorRT reports the following missing opperators:
aten::Int.Tensor(Tensor a) -> (int)
aten::div.Tensor_mode(Tensor self, Tensor other, *, str? rounding_mode) -> (Tensor)
prim::PythonOp(...) -> (...)
Describe the solution you'd like
I would like these converters to be available in Torch-TensorRT so I can run YoloR inferences.
Describe alternatives you've considered
I tried executing this operations with Torch instead of TensorRT by calling
But the errors remained.
The text was updated successfully, but these errors were encountered: