Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

tensorflow data augmentation

IMG_SIZE = 180resize_and_rescale = tf.keras.Sequential([  layers.experimental.preprocessing.Resizing(IMG_SIZE, IMG_SIZE),  layers.experimental.preprocessing.Rescaling(1./255)])
Source by www.tensorflow.org #
 
PREVIOUS NEXT
Tagged: #tensorflow #data #augmentation
ADD COMMENT
Topic
Name
4+4 =