This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Dataset with string #15359
Unanswered
manonromain
asked this question in
Q&A
Dataset with string
#15359
Replies: 1 comment
-
|
@mxnet-label-bot add [question, gluon] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions