You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
The UpSampling operator documentation is incomplete - https://mxnet.incubator.apache.org/api/python/ndarray/ndarray.html?highlight=upsam#mxnet.ndarray.UpSampling
It does not show
num_argsas a parameter - https://github.com/apache/incubator-mxnet/blob/master/src/operator/nn/upsampling-inl.h#L50 . And in bilinear mode the operator expects two inputs - data and weight. Even that is not specified in the documentation.This can cause confusion like in here - #13073