[future][discussion] deal with data located in files
Opened this issue · 0 comments
mathysgrapotte commented
Description of feature
Current implementation requires a flat-file input csv file where one line = one entry (see readme ).
However, most datasets are not flat, i.e. image datasets require data to be saved in external files
We should consider :
- the shuffle process shuffles the lines of the input csv file, image datasets have few files that each contain lots of information (which would decrease the effectiveness of shuffle). idem for the split method.
- how to mount those files to the various processes ?
- effective way of parsing those files
- memory allocation for large datasets