separate validation before or after augmentation code example
Example: separate validation before or after augmentation
First split the data into training and validation sets, then do data augmentation only on the training set.
First split the data into training and validation sets, then do data augmentation only on the training set.