Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / NVIDIA-AI-IOT/torch2trt issues and pull requests
#947 - DEPRECATION: Loading egg at e:\miniconda\lib\site-packages\torch2trt-0.5.0-py3.11.egg is deprecated.
Issue -
State: open - Opened by tangze-Asuka about 2 months ago
#946 - There are issues with support for `ConvTranspose2d`
Issue -
State: open - Opened by mortal-Zero 2 months ago
- 1 comment
#945 - Handle None in output_size
Pull Request -
State: open - Opened by eamonn-ss 3 months ago
#944 - Unsupported methods encountered issue, `torch.Tensor.to(torch.device("cuda"))`. Will torch.Tensor.to for devices be implemented?
Issue -
State: open - Opened by darrenchang 3 months ago
- 1 comment
#943 - when use own defined convertor, why int tensor input has no _trt attribute?
Issue -
State: open - Opened by lantudou 3 months ago
- 2 comments
#942 - Add ProfilingVerbosity Option to Engine Build Configuration
Issue -
State: open - Opened by Houssem-kikleo 4 months ago
#941 - 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
Issue -
State: open - Opened by felipeliliti 4 months ago
#940 - Unsupported method!
Issue -
State: open - Opened by boge2023 5 months ago
- 1 comment
#939 - ROOT CAUSE?when used `nn.Transpose3d `, the shape of weight of transpose3d was consistency with nn.Transpose3D in torch.
Issue -
State: open - Opened by Yuxiang1990 5 months ago
#938 - ROOT CAUSE? `InstanceNorm3D` with tensorRT result consistency with nn.Instance_norm3d
Issue -
State: open - Opened by Yuxiang1990 5 months ago
#937 - Failed to 'sudo python3 setup.py install --plugins'
Issue -
State: open - Opened by CMeiyi 5 months ago
#936 - AttributeError when using torch.nn.functional.pad
Issue -
State: open - Opened by clementabary 5 months ago
- 2 comments
#935 - ONNX export mode is set to TrainingMode.EVAL, but operator 'instance_norm' is set to train=True
Issue -
State: closed - Opened by edwardnguyen1705 5 months ago
- 2 comments
#934 - input of batchnorm1d can also be (N,C)
Pull Request -
State: open - Opened by taotaoorange 5 months ago
#933 - Is that available on orin nano?
Issue -
State: open - Opened by adrenalin7237 5 months ago
- 2 comments
#932 - Support text models
Pull Request -
State: open - Opened by aliencaocao 5 months ago
#931 - Unable to convert SigLIP text transformer due to missing model input when exporting model to onnx
Issue -
State: open - Opened by aliencaocao 5 months ago
#930 - SyntaxWarning of dataset.py:61
Issue -
State: open - Opened by grapevine-AI 5 months ago
- 1 comment
#929 - OSS-Fuzz Integration
Issue -
State: open - Opened by ennamarie19 6 months ago
- 1 comment
#928 - How to save a model to TRT file? Not covered in the docs
Issue -
State: open - Opened by talcs 6 months ago
- 1 comment
#927 - _trt.shape overflow when converting from pytorch to TRT
Issue -
State: open - Opened by Justin020718 6 months ago
- 5 comments
#926 - There are questions about the parameters needed for forward propagation in model transformation
Issue -
State: open - Opened by huangshilong911 6 months ago
- 2 comments
#925 - AttributeError: 'DataParallel' object has no attribute 'img_size'
Issue -
State: closed - Opened by huangshilong911 6 months ago
- 2 comments
#924 - Segmentation fault on nn.Linear
Issue -
State: open - Opened by brazhenko 6 months ago
- 1 comment
#923 - increment version to v0.5.0
Pull Request -
State: closed - Opened by jaybdub 6 months ago
#922 - [WIP] Dev trt 10 refactor
Pull Request -
State: closed - Opened by jaybdub 6 months ago
#921 - fix dynamic axes name specification in onnx export
Pull Request -
State: closed - Opened by jaybdub 6 months ago
#920 - AttributeError: 'tensorrt_bindings.tensorrt.INetworkDefinition' object has no attribute 'add_convolution'. Did you mean: 'add_convolution_nd'?
Issue -
State: open - Opened by AWallyAllah 8 months ago
- 3 comments
#919 - Package is not PEP 517 compliant, making it incompatible with package managing tools
Issue -
State: open - Opened by elisa-aleman 8 months ago
#918 - Error in converting hybridnets model using torch2trt
Issue -
State: open - Opened by moscaAle29 8 months ago
#917 - [Question & FeatureRequest] Is that possible to convert a torch.nn.Module to TRTMoudle?
Issue -
State: open - Opened by ElinLiu0 9 months ago
- 1 comment
#916 - torch2trt shows error when converting a model, even though regular pytorch -> onnx -> tensorrt and inference is successful
Issue -
State: closed - Opened by ninono12345 10 months ago
#915 - python model successfully tested on polygraphy tensorrt, but failed, when loading on torch2trt
Issue -
State: open - Opened by ninono12345 10 months ago
#914 - dla check bugfix
Pull Request -
State: closed - Opened by jaybdub 10 months ago
#913 - 'tensorrt.tensorrt.Builder' object has no attribute 'build_cuda_engine'
Issue -
State: open - Opened by maxmelichov 11 months ago
#912 - Inconsistent inference results between PyTorch and converted TensorRT model with ConvTranspose2d operator
Issue -
State: open - Opened by hongliyu0716 11 months ago
#911 - Inconsistent inference results between PyTorch and converted TensorRT model with Interpolate operator
Issue -
State: open - Opened by hongliyu0716 11 months ago
#910 - Inconsistent inference results between PyTorch and converted TensorRT model with BatchNorm or InstanceNorm operator
Issue -
State: open - Opened by hongliyu0716 11 months ago
- 1 comment
#909 - Inconsistent inference results between PyTorch and converted TensorRT model with MaxPool2d operator
Issue -
State: open - Opened by hongliyu0716 11 months ago
#908 - Inconsistent inference results between PyTorch and converted TensorRT model with Selu operator
Issue -
State: open - Opened by hongliyu0716 11 months ago
#907 - repvggblock in torch2trt
Issue -
State: open - Opened by chennaikai11 11 months ago
#906 - Inconsistent inference results between PyTorch and converted TensorRT model with Pad operator
Issue -
State: open - Opened by hongliyu0716 11 months ago
#905 - Inconsistent inference results between PyTorch and converted TensorRT model with AvgPool2d operator
Issue -
State: open - Opened by hongliyu0716 11 months ago
#904 - Inconsistent inference results between PyTorch and converted TensorRT model using with Linear operator
Issue -
State: open - Opened by Thrsu 12 months ago
#903 - Inconsistent inference results between PyTorch and converted TensorRT model using with Normalize operator
Issue -
State: open - Opened by Thrsu 12 months ago
#902 - Inconsistent inference results between PyTorch and converted TensorRT model using with Silu operator
Issue -
State: open - Opened by Thrsu 12 months ago
#901 - Inconsistent inference results between PyTorch and converted TensorRT model using with Softplus operator
Issue -
State: open - Opened by Thrsu 12 months ago
#900 - Inconsistent inference results between PyTorch and converted TensorRT model using with LogSoftmax operator
Issue -
State: open - Opened by Thrsu 12 months ago
#899 - Inconsistent inference results between PyTorch and converted TensorRT model using with GumbelSoftmax operator
Issue -
State: open - Opened by Thrsu 12 months ago
#898 - torch_dim_to_trt_axes does not handle dim=-1 correctly
Issue -
State: open - Opened by Thrsu 12 months ago
#897 - TypeError: 'int' object is not iterable when using torch2trt to convert a PyTorch model with Transformer operator
Issue -
State: open - Opened by Thrsu 12 months ago
- 1 comment
#896 - ValueError: len() should return >= 0 with LPPool2d operator
Issue -
State: open - Opened by Thrsu 12 months ago
- 3 comments
#895 - UnboundLocalError when using torch2trt with MultiLabelSoftMarginLoss
Issue -
State: open - Opened by Thrsu 12 months ago
- 1 comment
#894 - Inconsistent inference results with Conv3d operator
Issue -
State: open - Opened by Thrsu 12 months ago
#893 - Inconsistent inference results with AdaptiveMaxPool3d operator
Issue -
State: open - Opened by Thrsu 12 months ago
- 1 comment
#892 - Inconsistent inference results with avg_pool3d operator
Issue -
State: open - Opened by Thrsu 12 months ago
#891 - Inconsistent inference results with AdaptiveAvgPool2d operator
Issue -
State: open - Opened by Thrsu 12 months ago
#890 - Inconsistent inference results with ConstantPad2d operator
Issue -
State: open - Opened by Thrsu 12 months ago
- 1 comment
#889 - Inconsistent inference results between PyTorch and TensorRT using torch2trt with ELU operator
Issue -
State: open - Opened by Thrsu 12 months ago
- 1 comment
#888 - IndexError when converting torch pad operator to TensorRT
Issue -
State: closed - Opened by Thrsu 12 months ago
- 2 comments
#886 - How to save trt.engine file to disk to run in xavior plateform?
Issue -
State: closed - Opened by FlyingAnt2018 about 1 year ago
- 1 comment
#884 - Update interpolate.py: Adds support for Python version >= 3.10
Pull Request -
State: closed - Opened by teodorToshkov about 1 year ago
- 1 comment
#882 - Can't convert Vision Transformer from timm - TypeError: add_constant(): incompatible function arguments.
Issue -
State: open - Opened by jakubhejhal about 1 year ago
- 4 comments
#880 - 不知道什么原因,感觉速度慢于pytorch推理
Issue -
State: open - Opened by zhuxiaosheng about 1 year ago
- 1 comment
#879 - accuracy drops a lot in fp16 mode
Issue -
State: open - Opened by itachi1232gg about 1 year ago
- 4 comments
#877 - Installation Issue: No module named 'torch2trt.flattener'
Issue -
State: closed - Opened by braj29 over 1 year ago
- 6 comments
#876 - ValueError: __len__() should return >= 0
Issue -
State: open - Opened by angelicawangmasteruse over 1 year ago
- 1 comment
#871 - module 'collections' has no attribute 'Sequence'
Issue -
State: open - Opened by ghost over 1 year ago
- 3 comments
#870 - [ERROR] Unsupported numpy data type: i64. Cannot implicitly convert to tensorrt.Weights.
Issue -
State: open - Opened by zzlnys over 1 year ago
- 1 comment
#860 - .pt to tensorRT(.engine) conversion
Issue -
State: open - Opened by MeghanaTatavolu25 over 1 year ago
- 1 comment
#853 - 【bug】engine_bytes = state_dict[prefix + "engine"] KeyError: 'engine'
Issue -
State: open - Opened by ulyduts over 1 year ago
- 1 comment
#849 - [torch2trt/torch2trt.py] Address issue #848: Add automatic type promotion when comparing tensors of different dtypes.
Pull Request -
State: closed - Opened by chaoz-dev over 1 year ago
- 1 comment
#834 - [Bug] `torch.clamp` fails to convert with error `TypeError: can't convert cuda:0 device type tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first.`
Issue -
State: open - Opened by chaoz-dev almost 2 years ago
- 3 comments
#831 - [converters/stack.py] Update stack converter to support dynamic shapes. Resolves #830.
Pull Request -
State: closed - Opened by chaoz-dev almost 2 years ago
- 1 comment
#789 - [torch2trt/torch2trt.py] Add pretty printing of converters when logging in verbose mode.
Pull Request -
State: closed - Opened by chaoz-dev about 2 years ago
- 2 comments
#783 - [`torch.Tensor.__getitem__`] Add advanced indexing (GatherND) support to `torch.Tensor.__getitem__`
Pull Request -
State: closed - Opened by chaoz-dev over 2 years ago
- 8 comments
#772 - Enhance the einsum converter
Pull Request -
State: closed - Opened by LongerZrLong over 2 years ago
- 1 comment
#770 - [torch2trt/converters] Add element support to `torch.Tensor.__getitem__` converter
Pull Request -
State: closed - Opened by chaoz-dev over 2 years ago
- 3 comments
#731 - Process finished with exit code -1073741819 (0xC0000005)
Issue -
State: open - Opened by pridexin over 2 years ago
- 2 comments
#726 - Update pybind11 usage for sub plugin classes
Pull Request -
State: closed - Opened by tp-nan over 2 years ago
#704 - Convert trt_engine to torch2trt model
Issue -
State: open - Opened by vishnuvarreddy over 2 years ago
- 1 comment
#698 - OSError: [WinError 127] Error loading cublas64_11.dll" or one of its dependencies.
Issue -
State: open - Opened by ehdrndd over 2 years ago
- 8 comments
#679 - AttributeError: 'NoneType' object has no attribute 'serialize'
Issue -
State: open - Opened by uniyushu almost 3 years ago
- 2 comments
#673 - Warning: Encountered known unsupported method torch.embedding torch.nn.functional.embedding
Issue -
State: open - Opened by miaodl almost 3 years ago
- 1 comment
#649 - TypeError: add_constant(): incompatible function arguments
Issue -
State: closed - Opened by DuyguSerbes about 3 years ago
- 1 comment
#643 - AdaptivaAvgPool2d : 'NoneType' object has no attribute 'stride'
Issue -
State: open - Opened by aoaforever about 3 years ago
- 8 comments
#609 - Jetson Nano install error.
Issue -
State: closed - Opened by Richard-mei about 3 years ago
- 12 comments
#578 - Encountered known unsupported method torch.Tensor.add
Issue -
State: open - Opened by yuchen2580 over 3 years ago
- 5 comments
#557 - AttributeError: 'tensorrt.tensorrt.Builder' object has no attribute 'max_workspace_size'
Issue -
State: open - Opened by weihaosky over 3 years ago
- 28 comments
#548 - mmsegmentation model error with torch2trt
Issue -
State: open - Opened by hannes09 over 3 years ago
- 4 comments
#521 - ValueError: __len__() should return >= 0
Issue -
State: open - Opened by whcjb over 3 years ago
- 19 comments
#493 - Encountered known unsupported method torch.nn.functional.pixel_shuffle
Issue -
State: open - Opened by zlheos almost 4 years ago
- 6 comments
#463 - Segmentation fault (core dumped)
Issue -
State: open - Opened by fly520fly520 almost 4 years ago
- 4 comments
#456 - Linear Layer Conversion – ValueError: __len__() should return >= 0
Issue -
State: closed - Opened by RORO-ML almost 4 years ago
- 1 comment
#414 - ModuleNotFoundError: No module named 'tensorrt'
Issue -
State: closed - Opened by Mohamed209 about 4 years ago
- 3 comments
#329 - AttributeError: module 'tensorrt' has no attribute '__version__'
Issue -
State: closed - Opened by danial880 over 4 years ago
- 4 comments
#303 - ERROR : num_dim = len(t._trt.shape)
Issue -
State: closed - Opened by bigsum71 over 4 years ago
- 6 comments
#292 - Support passing padding mode in ConvTranspose2d
Pull Request -
State: closed - Opened by salexspb over 4 years ago
- 1 comment
#283 - ImportError: cannot import name 'torch2trt'
Issue -
State: closed - Opened by Stephenfang51 over 4 years ago
- 7 comments
#247 - Error converting custom Faster-RCNN model to tensorrt. (int object is not iterable)
Issue -
State: open - Opened by ankitkpr93 almost 5 years ago
- 17 comments