Skip to content

Commit 9e61ba6

Browse files
committed
2 parents fc89ada + 854909b commit 9e61ba6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

training/src/train.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,17 @@ def main(
493493
}
494494
)
495495

496+
params = {
497+
"n_bands": n_bands,
498+
"tiles_size": tiles_size,
499+
"augment_size": augment_size,
500+
"module_name": module_name,
501+
"normalization_mean": normalization_mean,
502+
"normalization_std": normalization_std,
503+
}
504+
505+
mlflow.log_dict(params, "params.json")
506+
496507
# 8- Test
497508
trainer.test(dataloaders=[test_loader, test_loader], ckpt_path="best")
498509
run_id = run.info.run_id

0 commit comments

Comments
 (0)