When I have a .rec file, whenever I need to add new data, I have to pack a new .rec, which is time consuming and wasteful. Is there any way to design an dataiterator to read multiple .rec? thanks!
Asked
Active
Viewed 295 times
1 Answers
1
Your question seems to have 2 sub-questions:
- Is it possible to append data to a recordIO file? The question was asked on the MXNet forum couple months ago, where some answers (and drawbacks of this solution) are written
- Is it possible to train from multiple .rec file? Yes, this question was also asked and answered on the MXNet forum

Olivier Cruchant
- 3,747
- 15
- 18