Tensorflow model to .uff conversion warning. Warning: keepdims is ignored by the UFF Parser and defaults to True

Description

I am facing the same issue. I am using a Resnet implementation provided here: GitHub - raghakot/keras-resnet: Residual networks implementation using Keras-1.0 functional API

Tensorflow version:1.14.0
Keras version: 2.2.4
Tensorrt version: 5.1.5.0

I am using older version of tensorflow for legacy reasons.

Your help is appreciated.

Hi @abhaydoke09
TRT 5.1.5 is very old release and also UFF support is deprecated from TRT 7 onwards.
We recommend you to try the latest TRT release.

Thanks!