You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: