Code fragment metadata

hasIdentifier: https://padme-analytics.de/pht/codeFragment/ab948cac93a7520b4a341905d50be98261ccff3f06bc56332de47e4c24c829a9
hasContent: train = ImageDataGenerator(rescale=1./255, # Scale image pixel values in between [0, 1] rotation_range=10, # Rotate images in 10 degrees range horizontal_flip=True, # Random flip image horizontally shear_range=0.2, # Distort the image fill_mode='nearest', # Fill points outside boundary zoom_range=0.1)

Code fragment is used in the following Trains