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 ?
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 :