Skip to content
Snippets Groups Projects
Commit 792d1f07 authored by Gokhan OZBULAK's avatar Gokhan OZBULAK
Browse files

Fix qa. #69

parent a8c1a1ba
No related branches found
No related tags found
1 merge request!41Add more train info into experiment table and relocate trainlog.pdf path. #69
Pipeline #87610 passed
......@@ -189,7 +189,9 @@ def upload(
click.secho(
f" -> `#accumulations` ({train_data['accumulate-grad-batches']})"
)
mlflow.log_param("#Accumulations", train_data["accumulate-grad-batches"])
mlflow.log_param(
"#Accumulations", train_data["accumulate-grad-batches"]
)
click.secho(f" -> `epoch (best)` ({best_epoch})")
mlflow.log_param("Epoch (best)", best_epoch)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment