Skip to content

Commit

Permalink
[FIX](config) Bad source for ExponentialDecay
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenbihi committed Aug 25, 2022
1 parent 421d578 commit 6c05364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ train:
epoch_size: 1000
batch_size: 512
learning_rate:
source: "keras.optimizers.schedules.ExponentialDecay"
source: "keras.optimizers.schedules.learning_rate_schedule.ExponentialDecay"
params:
initial_learning_rate: 0.00025
decay_steps: 1000
Expand Down

0 comments on commit 6c05364

Please sign in to comment.