Mxnet's current UpSampling operator doesn't work well in bilinear mode.
New operator is coming in this PR apache/mxnet#9688
This issue is to track the new operator(bilinear_upsampling) and update onnx-mxnet to use the new one.
Also, need to add the test for the operator in ONNX backend.(currently not present)
Mxnet's current UpSampling operator doesn't work well in bilinear mode.
New operator is coming in this PR apache/mxnet#9688
This issue is to track the new operator(bilinear_upsampling) and update onnx-mxnet to use the new one.
Also, need to add the test for the operator in ONNX backend.(currently not present)