The existing Upsampling operator supports only one integer scale. It would be useful to have this as a list of floats - a different scale per dimension.
This is required with ONNX export/import: https://github.com/onnx/onnx/blob/master/docs/Operators.md#Upsample Other requirements related to upsampling operator: Downscaling: https://github.com/apache/incubator-mxnet/issues/10674#issuecomment-384938962 Float scale: https://github.com/apache/incubator-mxnet/issues/9679#issue-293791580 [ Full content available at: https://github.com/apache/incubator-mxnet/issues/12602 ] This message was relayed via gitbox.apache.org for [email protected]
