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

Update reference to batch accumulation flag. #69

parent ce314d56
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 #87609 failed
...@@ -187,9 +187,9 @@ def upload( ...@@ -187,9 +187,9 @@ def upload(
mlflow.log_param(k, train_data[k]) mlflow.log_param(k, train_data[k])
click.secho( click.secho(
f" -> `#accumulations` ({train_data['batch-chunk-count']})" f" -> `#accumulations` ({train_data['accumulate-grad-batches']})"
) )
mlflow.log_param("#Accumulations", train_data["batch-chunk-count"]) mlflow.log_param("#Accumulations", train_data["accumulate-grad-batches"])
click.secho(f" -> `epoch (best)` ({best_epoch})") click.secho(f" -> `epoch (best)` ({best_epoch})")
mlflow.log_param("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