Merge pull request #353 from photomz/master

Clearer WandB log step
This commit is contained in:
Andrej
2023-08-25 07:55:26 -07:00
committed by GitHub
+1 -1
View File
@@ -271,7 +271,7 @@ while True:
"loss/val": losses["val"],
"lr": lr,
"mfu": running_mfu * 100, # convert to percentage
}
}, step = iter_num
)
except Exception as e:
print(f"logging to wandb failed: {e}")