-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing docs and pieces for experiment tracking [skip ci] #1981
Conversation
/build |
integration/monai/examples/spleen_ct_segmentation_local/README.md
Outdated
Show resolved
Hide resolved
integration/monai/examples/spleen_ct_segmentation_local/README.md
Outdated
Show resolved
Hide resolved
...en_ct_segmentation_local/jobs/spleen_ct_segmentation_local/app/config/config_fed_server.json
Show resolved
Hide resolved
integration/monai/examples/spleen_ct_segmentation_local/README.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added few comments
/build |
/build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good.
The only comment is related to the MericsExchanger/MetricsReciever. These are internal implementation details. They shouldn't need to expose to the user. The implementation could be changed later.
User just want to log metrics to stream to MLflow/WandB etc. their experience should be the same regardless they in learner class or train.py class. The only difference should be import package
For Monai, the important point, is that, if user uses FLARE + MONAI + MLFLow, the metrics defined in Monai bundle will be automatically sent over to MLFLOW via FLARE Server.
integration/monai/examples/spleen_ct_segmentation_local/README.md
Outdated
Show resolved
Hide resolved
/build |
integration/monai/examples/spleen_ct_segmentation_local/README.md
Outdated
Show resolved
Hide resolved
integration/monai/examples/spleen_ct_segmentation_local/README.md
Outdated
Show resolved
Hide resolved
/build |
/build |
/build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
…#1981) * add missing docs and pieces for experiment tracking * fix ci and update monai readme * fix configs * rename log to write_log to avoid conflict with wandb log * update mlflow config * make changes for comments, add missing changes * fix ci * remove submit_job scripts to use the cli command instead * address more PR comments * revise wording based on PR comment * revise wording based on PR comment * remove metrics-exchanger from example
Add missing docs and pieces for experiment tracking. Adds examples using MetricsExchanger.
Types of changes
./runtest.sh
.