[GitHub] piiswrong commented on a change in pull request #9790: make array.reshape compatible with numpy

2018-02-17 Thread GitBox
piiswrong commented on a change in pull request #9790: make array.reshape compatible with numpy URL: https://github.com/apache/incubator-mxnet/pull/9790#discussion_r168931845 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -968,6 +973,17 @@ def reshape(self, shape):

[GitHub] piiswrong commented on a change in pull request #9790: make array.reshape compatible with numpy

2018-02-15 Thread GitBox
piiswrong commented on a change in pull request #9790: make array.reshape compatible with numpy URL: https://github.com/apache/incubator-mxnet/pull/9790#discussion_r168566146 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -968,6 +973,14 @@ def reshape(self, shape):

[GitHub] piiswrong commented on a change in pull request #9790: make array.reshape compatible with numpy

2018-02-15 Thread GitBox
piiswrong commented on a change in pull request #9790: make array.reshape compatible with numpy URL: https://github.com/apache/incubator-mxnet/pull/9790#discussion_r168565856 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -968,6 +973,14 @@ def reshape(self, shape):

[GitHub] piiswrong commented on a change in pull request #9790: make array.reshape compatible with numpy

2018-02-14 Thread GitBox
piiswrong commented on a change in pull request #9790: make array.reshape compatible with numpy URL: https://github.com/apache/incubator-mxnet/pull/9790#discussion_r168293562 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -968,6 +973,14 @@ def reshape(self, shape):

[GitHub] piiswrong commented on a change in pull request #9790: make array.reshape compatible with numpy

2018-02-14 Thread GitBox
piiswrong commented on a change in pull request #9790: make array.reshape compatible with numpy URL: https://github.com/apache/incubator-mxnet/pull/9790#discussion_r168293201 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -926,12 +926,12 @@ def _at(self, idx):