manon643 opened a new issue #15359: Dataset with string URL: https://github.com/apache/incubator-mxnet/issues/15359 I want to train a CV network with MXNet and I created a custom Dataset class (inherited from SegmentationDataset in GluonCV - works well) but I'd now like this class to return the name of the image file (a string). Problem is MXNet refuses to batch strings. So I tried to create a NDArray from my string but NDArray won't take strings as dtype. What should I do?
---------------------------------------------------------------- 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
