from local

This commit is contained in:
dohe0342 2022-12-10 14:22:20 +09:00
parent b3e8c42461
commit a8e608469b
2 changed files with 1 additions and 1 deletions

View File

@ -1184,7 +1184,7 @@ def run(rank, world_size, args, wb=None):
dec_param.append(p)
logging.info(f"enc name len = {len(enc_names)}")
logging.info(f"{len(enc_param)}")
logging.info(f"enc param len = {len(enc_param)}")
optimizer_enc = ScaledAdam(
enc_param,
lr=params.peak_enc_lr,