In my pipeline configuration file, i have several data augmentation fields specified, such as:
data_augmentation_options {
random_vertical_flip{
}
data_augmentation_options {
random_black_patches {
}
}
If I specify the data augmentation options here, are they automatically performed on my training data ? I f so, how? I don’t see it specified anywhere in my code, so was wondering if this is done internally somehow.