[go: nahoru, domu]

Skip to content

Commit

Permalink
Remove RandomHeight and RandomWidth layers.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 378957403
  • Loading branch information
fchollet authored and Tensorflow Cloud maintainers committed Jun 12, 2021
1 parent aef2e05 commit 6e71024
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ def build_model(hp):
[
tf.keras.layers.experimental.preprocessing.RandomFlip(),
tf.keras.layers.experimental.preprocessing.RandomRotation(0.1),
tf.keras.layers.experimental.preprocessing.RandomWidth(0.1),
tf.keras.layers.experimental.preprocessing.RandomHeight(0.1),
tf.keras.layers.experimental.preprocessing.RandomZoom(0.1),
]
)
inputs = tf.keras.Input(shape=(32, 32, 3))
Expand Down

0 comments on commit 6e71024

Please sign in to comment.