tensorrtx
tensorrtx copied to clipboard
How use TensorRT API to add conv1d layers?
There is conv1d in my pytorch model. When converting to tensorRT, how to use the tensorRT API to define the conv1d layer?
Can you check the tensorrt api doc?
I remember the API is called convNd
.
There is conv1d in my pytorch model. When converting to tensorRT, how to use the tensorRT API to define the conv1d layer?
TensorRT貌似不支持1维卷积,可以去英伟达论坛看看,有人提到了并且官方也给出了回答
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.