If i have a list of augmenters, i want to pick only one in every epoch of training and apply to the images. I ask because i understand that Sequential apply all the list of augmenters for each image. Is that correct? I just want that the augmenter to change in every epochs.
Hello author,
If i have a list of augmenters, i want to pick only one in every epoch of training and apply to the images. I ask because i understand that Sequential apply all the list of augmenters for each image. Is that correct? I just want that the augmenter to change in every epochs.
Thanks!