I trained a model and it took about 2 minutes per epoch.
Then I added flip_vert = True
to get_transforms() and it’s still 2 minutes per epoch. I was hoping to double the size of my training set by duplicating all of the images and flipping them upside down but if that happened, it should be taking 4 minutes per epoch.
How do I make my originally intended behavior happen?