MMdnn icon indicating copy to clipboard operation
MMdnn copied to clipboard

MXNET conversion NotImplementedError _maximumscalar

Open Source82 opened this issue 6 years ago • 1 comments

Hello

Please I need help

I have this error when I try converting mxnet to IR

Warning: MXNet Parser has not supported operator null with name data. Warning: convert the null operator with name [data] into input layer. Warning: MXNet Parser has not supported operator _maximum_scalar with name _maximumscalar0. Traceback (most recent call last):

raise NotImplementedError() NotImplementedError

Source82 avatar Nov 20 '19 15:11 Source82

Hello

Please I need help

I have this error when I try converting mxnet to IR

Warning: MXNet Parser has not supported operator null with name data. Warning: convert the null operator with name [data] into input layer. Warning: MXNet Parser has not supported operator _maximum_scalar with name _maximumscalar0. Traceback (most recent call last):

raise NotImplementedError() NotImplementedError

I got the same error, did you fix this ?

LLLLss avatar Jan 21 '21 08:01 LLLLss