Skip to content

Add MLFlow support to the bundle run#5499

Merged
Nic-Ma merged 19 commits intoProject-MONAI:devfrom
Nic-Ma:bundle-add-mlflow
Nov 14, 2022
Merged

Add MLFlow support to the bundle run#5499
Nic-Ma merged 19 commits intoProject-MONAI:devfrom
Nic-Ma:bundle-add-mlflow

Conversation

@Nic-Ma
Copy link
Copy Markdown
Contributor

@Nic-Ma Nic-Ma commented Nov 9, 2022

Description

This PR added the MLFlow support the bundle script.
It refers to the patched_fit implementation of MLFlow + Lightning:
https://github.com/mlflow/mlflow/blob/master/mlflow/pytorch/_pytorch_autolog.py#L328-L338

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • Integration tests passed locally by running ./runtests.sh -f -u --net --coverage.
  • Quick tests passed locally by running ./runtests.sh --quick --unittests --disttests.
  • In-line docstrings updated.
  • Documentation updated, tested make html command in the docs/ folder.

@Nic-Ma Nic-Ma force-pushed the bundle-add-mlflow branch from 057fa23 to a7b65a5 Compare November 9, 2022 17:13
@Nic-Ma Nic-Ma changed the title [WIP] Add MLFlow support to the bundle scripts [WIP] Add MLFlow support to the bundle run Nov 9, 2022
@Nic-Ma Nic-Ma changed the title [WIP] Add MLFlow support to the bundle run Add MLFlow support to the bundle run Nov 10, 2022
@Nic-Ma Nic-Ma marked this pull request as ready for review November 10, 2022 06:17
@Nic-Ma
Copy link
Copy Markdown
Contributor Author

Nic-Ma commented Nov 10, 2022

/black

@Nic-Ma
Copy link
Copy Markdown
Contributor Author

Nic-Ma commented Nov 10, 2022

/build

@Nic-Ma
Copy link
Copy Markdown
Contributor Author

Nic-Ma commented Nov 11, 2022

/black

@Nic-Ma
Copy link
Copy Markdown
Contributor Author

Nic-Ma commented Nov 11, 2022

/build

@Nic-Ma Nic-Ma requested a review from wyli November 11, 2022 12:00
@Nic-Ma
Copy link
Copy Markdown
Contributor Author

Nic-Ma commented Nov 12, 2022

/build

Copy link
Copy Markdown
Contributor

@wyli wyli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, it looks good to me.

@Nic-Ma
Copy link
Copy Markdown
Contributor Author

Nic-Ma commented Nov 14, 2022

/black

@Nic-Ma
Copy link
Copy Markdown
Contributor Author

Nic-Ma commented Nov 14, 2022

/build

@Nic-Ma Nic-Ma enabled auto-merge (squash) November 14, 2022 03:35
@Nic-Ma Nic-Ma merged commit 11d98e6 into Project-MONAI:dev Nov 14, 2022
bhashemian pushed a commit to bhashemian/MONAI that referenced this pull request Nov 23, 2022
### Description

This PR added the `MLFlow` support the bundle script.
It refers to the `patched_fit` implementation of MLFlow + Lightning:

https://github.com/mlflow/mlflow/blob/master/mlflow/pytorch/_pytorch_autolog.py#L328-L338

### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing
functionality to change).
- [ ] New tests added to cover the changes.
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [ ] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [ ] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.

Signed-off-by: Nic Ma <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Behrooz <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants