Hi, As a beginner of mxnet using R, I wonder why there is not a way to subset a MXNDArray, which is able to do that stuff in python. For example: ```R library(mxnet) a <- mx.nd.ones(10) a[1] # not work a[1:2] <- 2 # not work features <- mx.nd.random.normal(scale=1, shape=c(100, 2)) features[1,1] # not work ```
[ Full content available at: https://github.com/apache/incubator-mxnet/issues/12546 ] This message was relayed via gitbox.apache.org for [email protected]
