Split ISIC test case to run on each model (Transformer, Inception, ResNet18) for better coverage
Now dataset_balanced_division_to_folds(reset_split=False) has an option to verify if the total number of samples in the folds that were loaded from the split_file is equal to the number of samples in the given dataset.
This is useful if the user toggle the number of samples while still saving the split_file.
Note
Each of the new tests takes a little more than 1 minute. So for now I think it worth it.
Ready ✅
dataset_balanced_division_to_folds(reset_split=False)
has an option to verify if the total number of samples in the folds that were loaded from thesplit_file
is equal to the number of samples in the given dataset. This is useful if the user toggle the number of samples while still saving thesplit_file
.Note
Each of the new tests takes a little more than 1 minute. So for now I think it worth it.