johnzlli

Results 5 issues of johnzlli

在下面这种结构中,pooling层需要非对称的pad,但是tnn转出来的模型只能支持对称pad。 ![image](https://user-images.githubusercontent.com/38726413/92571264-7db15f00-f2b5-11ea-82ef-3f2b5e82d6b3.png)

bug

## Bug Description Encountered error as follow when using Torch-TensorRT to convert torch.nn.LSTM in docker image nvcr.io/nvidia/pytorch:23.12-py3 : ![image](https://github.com/pytorch/TensorRT/assets/38726413/10c6d810-ff96-410d-bc77-1599a2d45a17) To Reproduce ## To Reproduce example code: ```python import torch import...

bug

## Bug Description Encountered error as follow when using Torch-TensorRT to convert torch.nn.LSTM in docker image nvcr.io/nvidia/pytorch:23.12-py3 : NotImplementedError: aten::_cudnn_rnn_flatten_weight: attempted to run this operator with Meta tensors, but there...

bug

## ❓ Question I am within the nvcr.io/nvidia/pytorch:23.12-py3 container. The performance of torch_tensorrt is wrose than inductor. Details: example code ```python import torch import torch_tensorrt import torch.nn as nn class...

question

## Bug Description When running the compiled LSTM model for half dtype with torch-tensorrt, I get this errors: `RuntimeError: Input and parameter tensors are not the same dtype, found input...

bug