from local

This commit is contained in:
dohe0342 2022-12-15 15:51:19 +09:00
parent 9253622809
commit 1bff6c1841
2 changed files with 1 additions and 1 deletions

View File

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