@ankkhedia the csviter API describes the using two different files for data
csv and label csv.
@jeremiedb I just copied and pasted the following into RStudio:
```
cran <- getOption("repos")
cran["dmlc"] <-
"https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/"
options(repos = cran)
install.packages("mxnet")
```
Have you tried a label csv with more than a single column? It appears that csv
iter is ONLY reading the first column of the csv file even though I said the
shape was c(3,3,1)
[ Full content available at:
https://github.com/apache/incubator-mxnet/issues/12428 ]
This message was relayed via gitbox.apache.org for [email protected]