Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcardoso committed Aug 19, 2023
1 parent c258ed1 commit 058a779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mergernet/jobs/j026.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def call(self):
HP.num('lr_decay_steps', low=0.5, high=0.9),
HP.num('lr_decay_alpha', low=0.1, high=1.0),
HP.num('opt_lr', low=1e-5, high=1e-3, log=True),
HP.num('weight_decay', low=1e-4, hight=1e-1, log=True),
HP.num('weight_decay', low=1e-4, high=1e-1, log=True),
HP.num('label_smoothing', low=0, high=0.1),
HP.num('dense_1_units', low=32, high=1024, step=1, dtype=int),
HP.num('dropout_1_rate', low=0.1, high=0.5),
Expand Down

0 comments on commit 058a779

Please sign in to comment.