You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The experiment management tool MLFlow released version 2.4.0 last week, which introduced data tracking APIs. With these APIs, users can record some info about the dataset used during training, inference and evalution. This is a very useful feature to reproduce experiments using different subsets of the original dataset. And it would be better if MONAI can also support these APIs in the experiment management part.
Describe the solution you'd like
Add the data tracking APIs to the MLFlowHandler API.
Additional context
Please note these warnings:
Most data tracking APIs are experimental and may change in the future.
The API web page doesn't show any support for PyTorch dataset.
The text was updated successfully, but these errors were encountered:
Fixes#6612 .
### Description
Add the dataset tracking support to MLFlow handler.
### 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: binliu <[email protected]>
Is your feature request related to a problem? Please describe.
The experiment management tool MLFlow released version 2.4.0 last week, which introduced data tracking APIs. With these APIs, users can record some info about the dataset used during training, inference and evalution. This is a very useful feature to reproduce experiments using different subsets of the original dataset. And it would be better if MONAI can also support these APIs in the experiment management part.
Describe the solution you'd like
Add the data tracking APIs to the MLFlowHandler API.
Additional context
Please note these warnings:
The text was updated successfully, but these errors were encountered: