Skip to content

Commit

Permalink
updated preprocessing layers
Browse files Browse the repository at this point in the history
  • Loading branch information
divyashreepathihalli committed Sep 22, 2023
1 parent 1e85764 commit 382992b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/keras_io/tensorflow/vision/convmixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

data_augmentation = keras.Sequential(
[
layers.RandomBrightness(factor=0.5),
layers.RandomCrop(image_size, image_size),
layers.RandomFlip("horizontal"),
],
name="data_augmentation",
Expand Down

0 comments on commit 382992b

Please sign in to comment.