Skip to content

Commit

Permalink
Update schedule_adamw_cos_10e.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mountchicken authored Aug 7, 2023
1 parent 36ff31e commit 3b49deb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
type='OptimWrapper',
optimizer=dict(
type='AdamW',
lr=4e-4,
lr=1e-4,
betas=(0.9, 0.999),
eps=1e-08,
weight_decay=0.01))
Expand All @@ -16,6 +16,6 @@
dict(
type='CosineAnnealingLR',
T_max=10,
eta_min=4e-6,
eta_min=1e-8,
convert_to_iter_based=True)
]

0 comments on commit 3b49deb

Please sign in to comment.