VDIGPKU / DADA

[ECCV 2020] DADA: Differentiable Automatic Data Augmentation
MIT License
189 stars 30 forks source link

why did you produce 5 splits in "sss = StratifiedShuffleSplit(n_splits=5, test_size=split, random_state=0)" #20

Open leoozy opened 3 years ago

leoozy commented 3 years ago

Hello, I have a question about the dataset.py. sss = StratifiedShuffleSplit(n_splits=5, test_size=split, random_state=0) In this line, you produced 5 different datasets. Why you have to produce 5 instead 1?