Issues
- 1
installation of torch2trt for tensorrt=10.8.0.43.py3 -- AttributeError: module 'tensorrt' has no attribute '__version__'
#953 opened by monajalal - 0
Update torch2trt to work for tensorrt 10.8
#954 opened by monajalal - 5
AttributeError: 'tensorrt_bindings.tensorrt.INetworkDefinition' object has no attribute 'add_convolution'. Did you mean: 'add_convolution_nd'?
#920 opened by AWallyAllah - 0
This project not update for a long time?
#952 opened by lzcchl - 0
- 1
Inconsistent inference results between PyTorch and converted TensorRT model with AvgPool2d operator
#905 opened by hongliyu0716 - 3
- 0
ValueError: __len__() should return >= 0
#949 opened by My12123 - 3
- 1
error while importing
#948 opened by i80287 - 1
OSS-Fuzz Integration
#929 opened by ennamarie19 - 0
DEPRECATION: Loading egg at e:\miniconda\lib\site-packages\torch2trt-0.5.0-py3.11.egg is deprecated.
#947 opened by tangze-Asuka - 1
Unsupported methods encountered issue, `torch.Tensor.to(torch.device("cuda"))`. Will torch.Tensor.to for devices be implemented?
#944 opened by darrenchang - 1
Unsupported method!
#940 opened by boge2023 - 2
- 0
- 0
apiVersion: apps/v1 kind: Deployment metadata: name: titan-dataguard spec: replicas: 3 selector: matchLabels: app: titan-dataguard template: metadata: labels: app: titan-dataguard spec: containers: - name: titan-dataguard image: your_docker_image ports: - containerPort: 80 --- apiVersion: v1 kind: Service metadata: name: titan-dataguard spec: selector: app: titan-dataguard ports: - protocol: TCP port: 80 targetPort: 80 type: LoadBalancer
#941 opened by felipeliliti - 2
Is that available on orin nano?
#933 opened by adrenalin7237 - 2
ONNX export mode is set to TrainingMode.EVAL, but operator 'instance_norm' is set to train=True
#935 opened by edwardnguyen1705 - 0
ROOT CAUSE?when used `nn.Transpose3d `, the shape of weight of transpose3d was consistency with nn.Transpose3D in torch.
#939 opened by Yuxiang1990 - 0
ROOT CAUSE? `InstanceNorm3D` with tensorRT result consistency with nn.Instance_norm3d
#938 opened by Yuxiang1990 - 0
Failed to 'sudo python3 setup.py install --plugins'
#937 opened by CMeiyi - 1
Inconsistent inference results between PyTorch and converted TensorRT model with BatchNorm or InstanceNorm operator
#910 opened by hongliyu0716 - 0
Unable to convert SigLIP text transformer due to missing model input when exporting model to onnx
#931 opened by aliencaocao - 1
SyntaxWarning of dataset.py:61
#930 opened by grapevine-AI - 5
- 1
- 1
Segmentation fault on nn.Linear
#924 opened by brazhenko - 2
There are questions about the parameters needed for forward propagation in model transformation
#926 opened by huangshilong911 - 2
- 0
Package is not PEP 517 compliant, making it incompatible with package managing tools
#919 opened by elisa-aleman - 0
- 1
[Question & FeatureRequest] Is that possible to convert a torch.nn.Module to TRTMoudle?
#917 opened by ElinLiu0 - 0
torch2trt shows error when converting a model, even though regular pytorch -> onnx -> tensorrt and inference is successful
#916 opened by ninono12345 - 0
python model successfully tested on polygraphy tensorrt, but failed, when loading on torch2trt
#915 opened by ninono12345 - 0
- 0
Inconsistent inference results between PyTorch and converted TensorRT model with ConvTranspose2d operator
#912 opened by hongliyu0716 - 0
Inconsistent inference results between PyTorch and converted TensorRT model with Interpolate operator
#911 opened by hongliyu0716 - 0
Inconsistent inference results between PyTorch and converted TensorRT model with MaxPool2d operator
#909 opened by hongliyu0716 - 0
Inconsistent inference results between PyTorch and converted TensorRT model with Selu operator
#908 opened by hongliyu0716 - 0
repvggblock in torch2trt
#907 opened by chennaikai11 - 0
Inconsistent inference results between PyTorch and converted TensorRT model with Pad operator
#906 opened by hongliyu0716 - 1
TypeError: 'int' object is not iterable when using torch2trt to convert a PyTorch model with Transformer operator
#897 opened by Thrsu - 0
Inconsistent inference results between PyTorch and converted TensorRT model using with Linear operator
#904 opened by Thrsu - 0
Inconsistent inference results between PyTorch and converted TensorRT model using with Normalize operator
#903 opened by Thrsu - 0
Inconsistent inference results between PyTorch and converted TensorRT model using with Silu operator
#902 opened by Thrsu - 0
Inconsistent inference results between PyTorch and converted TensorRT model using with Softplus operator
#901 opened by Thrsu - 0
Inconsistent inference results between PyTorch and converted TensorRT model using with LogSoftmax operator
#900 opened by Thrsu - 0
Inconsistent inference results between PyTorch and converted TensorRT model using with GumbelSoftmax operator
#899 opened by Thrsu - 0
torch_dim_to_trt_axes does not handle dim=-1 correctly
#898 opened by Thrsu