I am trying to convert onxx model to pytorch. My model architecture is having pooling layers because of which I am getting below error:
NotImplementedError: Converter is not implemented (OperationDescription(domain='', operation_type='GlobalMaxPool', version=1))
Any workarounds to resolve this?