Description
I meet an error when I doing onnx2tensorRT:
[TensorRT] WARNING: /data/nfs_ssd/kailong/wenet/tensorRT/TensorRT-release-7.0/parsers/onnx/onnx2trt_utils.cpp:235: Your ONNX model has been generated with INT64 weights, while TensorRT does not natively support INT64. Attempting to cast down to INT32.
[TensorRT] ERROR: (Unnamed Layer* 37) [Slice]: only activation or Int32 types allowed as input to this layer.
[TensorRT] ERROR: (Unnamed Layer* 37) [Slice]: only activation or Int32 types allowed as input to this layer.
[TensorRT] ERROR: (Unnamed Layer* 37) [Slice]: only activation or Int32 types allowed as input to this layer.
[TensorRT] ERROR: (Unnamed Layer* 37) [Slice]: only activation or Int32 types allowed as input to this layer.
In node 20 (convertAxis): UNSUPPORTED_NODE: Assertion failed: axis >= 0 && axis < nbDims
Environment
TensorRT Version: 7.0
GPU Type: 1080Ti
Nvidia Driver Version:
CUDA Version: CUDA 10.0
CUDNN Version: 7.6.4
Operating System + Version: Linux
Python Version (if applicable): 3.6
TensorFlow Version (if applicable):
PyTorch Version (if applicable): 1.6
Baremetal or Container (if container which image + tag):