-
Notifications
You must be signed in to change notification settings - Fork 738
Closed
Description
The suggestion is to adjust all the datasets (e.g. speechcommands) to follow some changes done in tedlium, see example below.
- Add a
_parse_filesystemmethod to extract a list of "data point identifiers" in a pre-determined order to replace the genericwalk_files, as here and Changed GTZAN so that it only traverses filenames belonging to the dataset #791. - Move
_load_itemas method, as here. - Replace class attributes by constructor arguments, e.g. here.
- Remove non-standard attributes, e.g. here? or add attributes, e.g. here?
Relates to #852, GTZAN #791, tedlium #882.
cc @mthrok @cpuhrsch