MMdnn icon indicating copy to clipboard operation
MMdnn copied to clipboard

mxnet Parser has not supported operator upsampling

Open liupengkd opened this issue 6 years ago • 3 comments

when I want to convert mnxet model(including upsampling with nearest) to tensorflow but I get this error. mxnet Parser has not supported operator upsampling

liupengkd avatar Sep 25 '19 11:09 liupengkd

I have the same problem

rikichou avatar Sep 27 '19 03:09 rikichou

@rikichou I changed the source code of mxnet parser ignoring these operators not supported including upsampling, crop, reshape and SoftmaxActivation. Then I get .npy and .py and modify .py to add these layer by hand。

liupengkd avatar Sep 27 '19 03:09 liupengkd

Hi @liupengkd, could you give an example of a modification you made for an operation in the mxnet parser ? I'm having some trouble doing the change myself.

By the way, the SotfmaxAxctivation in the symbol file can be changed to softmax (new mxnet operation name) for it to work.

StanislasBertrand avatar Jul 06 '20 09:07 StanislasBertrand