eric-haibin-lin opened a new issue #15428: Dataloader does not support sparse data URL: https://github.com/apache/incubator-mxnet/issues/15428 Current gluon dataloader does not support sparse data (CSRNDArray), mainly due to https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/gluon/data/dataloader.py#L41-L58 only supporting dense ndarray.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
