Project-MONAI / research-contributions

Implementations of recent research prototypes/demonstrations using MONAI.
https://monai.io/
Apache License 2.0
1.02k stars 336 forks source link

Update swinunetr template with mlflow and hyperparameter name. #327

Closed heyufan1995 closed 1 year ago

heyufan1995 commented 1 year ago

tests passed.

dongyang0122 commented 1 year ago

Hi @wyli, shall I merge it if I can add the change in metadata.json in my PR? Thanks!

myron commented 1 year ago

@heyufan1995 you don't have any mlflow.log_metric calls, I don't think anything is logged

dongyang0122 commented 1 year ago

Here is an example to add metrics in mlflow logging. https://github.com/Project-MONAI/research-contributions/blob/main/auto3dseg/algorithm_templates/dints/scripts/train.py#L626

heyufan1995 commented 1 year ago

@wyli I made changes addressing Dong and Andriy's comments. Passed the tests and added the meta version.