79804219

Date: 2025-10-29 21:04:54
Score: 1
Natty:
Report link

Explaining the use case: If you are doing Data Augmentation, then usually following sequence wiil work,

from tensorflow import keras
from tensorflow.keras import layers

data_augmentation = tf.keras.Sequential([
    layers.RandomFlip("horizontal"), 
    layers.RandomRotation(0.1)
    ]
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kay_g