Unsupported operation _MaxPool3D

Hi,

I have a tensorflow model that I’ve converted to a UFF. When I load it to tensorRT, it thows an error during parsing.

UffParser: Validator error: MaxPool2d_4e_3a_3x3/MaxPool3D: Unsupported operation _MaxPool3D

I’ve checked the website and found that the TensorFlow layer for _MaxPool3D is not supported. Is this true? If so, how may I get around this problem?

Thanks.