Apurba Bose

Results 94 comments of Apurba Bose

@srdecny I need to look into this in more detail, but can you try something like below ``` def forward(self, x, x_lens): B, T, H = x.shape # create a...

Some of the test failures above are due to the non zero unsupported case on Thor. Others fail with the issue of ` 2025-10-30T04:16:27.150332Z 01O ERROR torch_tensorrt [TensorRT Conversion Context]:logging.py:22...

Thanks for raising the issue! I shall be able to take a look at this sometime this week.

Apologies could not take a look last week. I am currently on leave, but I will take a look the week after when I am back.

Update: seeing the same error as ``` (arg0: tensorrt_bindings.tensorrt.IResizeLayer, arg1: tensorrt_bindings.tensorrt.Dims) -> None Invoked with: , [1, 256, , ] While executing %upsample_bilinear2d : [num_users=1] = call_function[target=torch.ops.aten.upsample_bilinear2d.vec](args = (%relu_5, [%add_1151,...

Currently we have code to detect dynamic shape on the basis of -1 in the shape but in this case the shape is The shape is ==== [1, 256, ,...

thanks for the input! I will make this change, clean up the code and add a test case

Tracking the fix for DLFW here