[GitHub] anirudh2290 commented on issue #9772: ndarray indexing issues

2018-04-14 Thread GitBox
anirudh2290 commented on issue #9772: ndarray indexing issues URL: https://github.com/apache/incubator-mxnet/issues/9772#issuecomment-381308739 @ashishlal related pr merged. can this be closed ? This is an automated message

[GitHub] anirudh2290 commented on issue #9772: ndarray indexing issues

2018-02-14 Thread GitBox
anirudh2290 commented on issue #9772: ndarray indexing issues URL: https://github.com/apache/incubator-mxnet/issues/9772#issuecomment-365836694 @reminisce verified that it works for np.int64 on python2, doesn't work for np.int32. For python3, it doesnt work for either np.int32 or

[GitHub] anirudh2290 commented on issue #9772: ndarray indexing issues

2018-02-14 Thread GitBox
anirudh2290 commented on issue #9772: ndarray indexing issues URL: https://github.com/apache/incubator-mxnet/issues/9772#issuecomment-365836694 @reminisce verified that it works for np.int64 on python2, doesn't work for np.int32. For python3, it doesnt work for either np.int32 or

[GitHub] anirudh2290 commented on issue #9772: ndarray indexing issues

2018-02-14 Thread GitBox
anirudh2290 commented on issue #9772: ndarray indexing issues URL: https://github.com/apache/incubator-mxnet/issues/9772#issuecomment-365816203 @reminisce I wasnt able to reproduce the issue for python 2. The int type changed in python3 and the type is not related to numpy classes

[GitHub] anirudh2290 commented on issue #9772: ndarray indexing issues

2018-02-14 Thread GitBox
anirudh2290 commented on issue #9772: ndarray indexing issues URL: https://github.com/apache/incubator-mxnet/issues/9772#issuecomment-365820033 @reminisce away from laptop. Will give that a try. Tried with np.int64 This is

[GitHub] anirudh2290 commented on issue #9772: ndarray indexing issues

2018-02-14 Thread GitBox
anirudh2290 commented on issue #9772: ndarray indexing issues URL: https://github.com/apache/incubator-mxnet/issues/9772#issuecomment-365816203 @reminisce I wasnt able to reproduce the issue for python 2. The int type changed in python3 and not related to numpy classes

[GitHub] anirudh2290 commented on issue #9772: ndarray indexing issues

2018-02-13 Thread GitBox
anirudh2290 commented on issue #9772: ndarray indexing issues URL: https://github.com/apache/incubator-mxnet/issues/9772#issuecomment-365348247 Issue is that isinstance is not working as expected by the code and returns false in python3. Workaround is to force the type of i to be int

[GitHub] anirudh2290 commented on issue #9772: ndarray indexing issues

2018-02-13 Thread GitBox
anirudh2290 commented on issue #9772: ndarray indexing issues URL: https://github.com/apache/incubator-mxnet/issues/9772#issuecomment-365348247 Issue is that isinstance is not working as expected by the code and returns false in python3. Workaround is to force the type of i to be int