from local

This commit is contained in:
dohe0342 2022-12-10 13:47:02 +09:00
parent a66d70da6e
commit 9176d4fe4e
2 changed files with 1 additions and 1 deletions

View File

@ -1145,7 +1145,7 @@ def run(rank, world_size, args, wb=None):
if wb is None:
optimizer_enc = ScaledAdam(
dec_param,
lr=params.base_lr,
lr=params.peak_enc_lr,
clipping_scale=5.0,
parameters_names=dec_names,
)