You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/06/25 15:18:13 UTC

[GitHub] [incubator-mxnet] manon643 opened a new issue #15359: Dataset with string

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:
users@infra.apache.org


With regards,
Apache Git Services