Hi,
I’m using Inceptionv3 as my base model and converted my model to uff for TensorRT implementation. I got this error while trying to load the engine:
UFFParser: Parser error: global_max_pooling2d_1/Max: Reduce operator not supported
Does this mean that the maxpool layer is not supported in the current release of TensorRT? Is there a work around for this?
Thanks.