some-guy1 edited a comment on issue #12428: [R] mx.io.CSVIter not loading 
labels in version 1.3.0
URL: 
https://github.com/apache/incubator-mxnet/issues/12428#issuecomment-419268667
 
 
   @ankkhedia  the csviter API describes 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)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to