This version of TensorRT does not support dynamic ReverseSequence length

Hi,

Regarding primary error you’re facing, currently dynamic dimensions not supported for the ReverseSequence operator.

We tried to build engine using onnx model you’ve shared, but facing following error.
TRT support tensor at most 2G elements.

[10/18/2021-16:55:07] [E] [TRT] ModelImporter.cpp:772: --- End node ---
[10/18/2021-16:55:07] [E] [TRT] ModelImporter.cpp:775: ERROR: ModelImporter.cpp:179 In function parseGraph:
[6] Invalid Node - StatefulPartitionedCall/model/bidirectional/forward_lstm/PartitionedCall/while_loop
[graphShapeAnalyzer.cpp::processCheck::582] Error Code 4: Internal Error ((Unnamed Layer* 60) [LoopOutput]_output: tensor volume exceeds (2^31)-1, dimensions are [2147483647,32,64])
[10/18/2021-16:55:07] [E] Failed to parse onnx file
[10/18/2021-16:55:07] [I] Finish parsing network model
[10/18/2021-16:55:07] [E] Parsing model failed
[10/18/2021-16:55:07] [E] Failed to create engine from model.
[10/18/2021-16:55:07] [E] Engine set up failed
&&&& FAILED TensorRT.trtexec [TensorRT v8200] # /usr/src/tensorrt/bin/trtexec --onnx=bi_list_fixed.onnx --verbose --workspace=8000

Following similar issue may help you.

Thank you.