mxnet Parser has not supported operator upsampling
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
I have the same problem
@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。
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.