Skip to content

Commit

Permalink
Chore: Change lr scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
Flippchen committed Feb 8, 2024
1 parent df05e45 commit b52c613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

# Define learning rate scheduler
initial_learning_rate = 0.001
lr_decay_steps = 1000
lr_decay_steps = 10
lr_decay_rate = 0.96
lr_scheduler = tf.keras.optimizers.schedules.ExponentialDecay(
initial_learning_rate,
Expand Down

0 comments on commit b52c613

Please sign in to comment.