This repository was archived by the owner on Nov 17, 2023. It is now read-only.
how to use MXRecordIO write multi-label? #20171
Unanswered
www516717402
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, you can take a look in this example. I create a pickle opbject and store that in the mxnet recordio, then on reading I unpickle it. Based on this, you can put in recordio any object that can be pickled. Regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In mxnet Doc:
when my label = {'bbox':[[1,2,3,4],[5,6,7,8]],'label':[1,2].....etc},how to storge it ?
I dont use [1,2,3,1,5,6,7,8,1....] to storge. anyone can help? thank you.
Beta Was this translation helpful? Give feedback.
All reactions