from local

This commit is contained in:
dohe0342 2023-04-11 14:31:20 +09:00
parent b0f43db3b9
commit e180dfec56
2 changed files with 0 additions and 2 deletions

View File

@ -1056,8 +1056,6 @@ def train_one_epoch(
decode = True if batch_idx % params.decode_interval == 0 else False,
)
print(loss_info)
exit()
try: loss_info.reduce(loss.device)
except: pass