from local

This commit is contained in:
dohe0342 2022-12-10 16:01:01 +09:00
parent ff14f802ef
commit 32e28afce7
2 changed files with 1 additions and 1 deletions

View File

@ -1235,7 +1235,7 @@ def run(rank, world_size, args, wb=None):
optimizer_dec = ScaledAdam(
dec_param,
lr=params.peak_dec_lr,
clipping_scale=6.0,
clipping_scale=10.0,
parameters_names=[dec_names],
)