[GitHub] haehn opened a new issue #7436: NDArrayIter fails on large data (bug in tensor_blob.h)

2017-12-01 Thread GitBox
haehn opened a new issue #7436: NDArrayIter fails on large data (bug in tensor_blob.h) URL: https://github.com/apache/incubator-mxnet/issues/7436 ``` print X_train.shape, Y_train.shape, X_train.nbytes print X_val.shape, Y_val.shape, X_val.nbytes print X_test.shape, Y_test.shape,

[GitHub] haehn opened a new issue #7436: NDArrayIter fails on large data (bug in tensor_blob.h)

2017-08-11 Thread git
haehn opened a new issue #7436: NDArrayIter fails on large data (bug in tensor_blob.h) URL: https://github.com/apache/incubator-mxnet/issues/7436 ``` print X_train.shape, Y_train.shape, X_train.nbytes print X_val.shape, Y_val.shape, X_val.nbytes print X_test.shape, Y_test.shape,