from local

This commit is contained in:
dohe0342 2022-12-10 16:00:58 +09:00
parent 6c12439034
commit ff14f802ef
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=None,
clipping_scale=6.0,
parameters_names=[dec_names],
)