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

2018-02-14 Thread GitBox
reminisce commented on issue #9772: ndarray indexing issues URL: https://github.com/apache/incubator-mxnet/issues/9772#issuecomment-365816759 @anirudh2290 Have you tried the following? ```python Python 2.7.14 |Anaconda custom (64-bit)| (default, Oct 5 2017, 02:28:52) [GCC 4.2.1

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

2018-02-14 Thread GitBox
reminisce commented on issue #9772: ndarray indexing issues URL: https://github.com/apache/incubator-mxnet/issues/9772#issuecomment-365808285 The problem is that in MXNet, `integer_types` are defined as native python integer types: `int` and `long`, while `np.int32` and `np.int64` are