Skip to content

Commit

Permalink
Internal
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 483746508
  • Loading branch information
dusenberrymw authored and copybara-github committed Oct 26, 2022
1 parent 8768fb9 commit c07ca02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baselines/jft/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def get_config(

config.lr = ml_collections.ConfigDict()
config.lr.base = 0.1
config.lr.warmup_steps = 1
config.lr.warmup_steps = 1 if total_steps > 1 else 0
config.lr.decay_type = 'linear'
config.lr.linear_end = 1e-3

Expand Down

0 comments on commit c07ca02

Please sign in to comment.