-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request