-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Supervised-Image-Classification-with-Noisy-Labels-Using-Deep-Learning/datasets.py
Lines 90 to 92 in 6c61b62
| dataset = CDONdataset("dataset_lables.csv", root_folder, transform=transform) | |
| train_set = CDONDatasetSplit(dataset, split=0.9, from_bottom=True) | |
| test_set = CDONDatasetSplit(dataset, split=0.1, from_bottom=False) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested