@mdespriee the reason that caused the diff from Scala to Python is that Python has a set of convenient methods that allows NDArray object called a function on it own. They used the different backend APIs. In such case, the following code in Python would reproduce the same result with Scala: ``` import mxnet as mx a = mx.nd.array([[1,2],[3,4]]) b = mx.nd.reshape(a, (1, -2)) ```
[ Full content available at: https://github.com/apache/incubator-mxnet/issues/12425 ] This message was relayed via gitbox.apache.org for [email protected]
