from local

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

View File

@ -1057,6 +1057,7 @@ def train_one_epoch(
) )
print(loss_info) print(loss_info)
exit()
try: loss_info.reduce(loss.device) try: loss_info.reduce(loss.device)
except: pass except: pass