datasets package¶
Subpackages¶
Submodules¶
datasets.aggregate module¶
datasets.raw_data module¶
-
datasets.raw_data.raw_data_ingred= <ingredient_wrapper.Ingredient object>¶ Raw Data Ingredient
Raw data refers to data stored in some file or database format.
-
datasets.raw_data.raw_metacsv_ingred= <ingredient_wrapper.Ingredient object>¶ Raw Meta-CSV Ingredient
The meta-csv contains only the meta-information about the raw data. For example, the raw data might be a folder of medical images, and the meta-csv contains info like age, gender, subject id, image id, etc.
-
datasets.raw_data.raw_npz_ingred= <ingredient_wrapper.Ingredient object>¶ Raw NPZ Ingredient
Raw npz data refers to files stored in the numpy format npz.
datasets.serialize module¶
-
datasets.serialize.serialize_metacsv(csv_file, split_to_size)[source]¶ Create TFRecords from Meta-CSV
-
datasets.serialize.serialize_npz(npz_file, split_to_size, xy_to_key)[source]¶ Create TFRecords from NPZ