We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32264d0 commit 6cf28e0Copy full SHA for 6cf28e0
examples/vision/nl_image_search.py
@@ -557,7 +557,6 @@ def test_step(self, features):
557
train_dataset = get_dataset(os.path.join(tfrecords_dir, "train-*.tfrecord"), batch_size)
558
valid_dataset = get_dataset(os.path.join(tfrecords_dir, "valid-*.tfrecord"), batch_size)
559
560
-optimizer = keras.optimizers.Adam(learning_rate=0.03)
561
# Create a learning rate scheduler callback.
562
reduce_lr = keras.callbacks.ReduceLROnPlateau(
563
monitor="val_loss", factor=0.2, patience=3
0 commit comments