from local

This commit is contained in:
dohe0342 2022-12-10 16:16:57 +09:00
parent 411c531925
commit fb256963d1
3 changed files with 0 additions and 3 deletions

Binary file not shown.

View File

@ -1229,9 +1229,6 @@ def run(rank, world_size, args, wb=None):
dec_names.append(n)
dec_param.append(p)
if rank == 0:
print(enc_names)
optimizer_enc = ScaledAdam(
enc_param,
lr=params.peak_enc_lr,