jeremiedb commented 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-419273432 I tried the following with a label.csv having 6 columns and it returns proper array of shape (3,2,1). Note that batch size is ignored in defining the shape of data and label. ``` train_iter <- mx.io.CSVIter( data_csv = "train-data.csv", data.shape = c(2), label_csv = "train-label.csv", label.shape = c(3, 2), batch_size = 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
