Skip to content
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 ClearML experiment management tutorial #1489

Merged
merged 15 commits into from
Oct 25, 2023
Merged
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ An example of experiment management with [Aim](https://aimstack.io/aim-monai-tut
An example of experiment management with [MLFlow](https://www.mlflow.org/docs/latest/tracking.html), using 3D spleen segmentation as an example.
##### [MONAI bundle integrates MLFlow](./experiment_management/bundle_integrate_mlflow.ipynb)
An example shows how to easily enable and customize the MLFlow for experiment management in MONAI bundle.
##### [ClearML](./experiment_management/unet_segmentation_3d_ignite_clearml.ipynb)
An example of experiment management with [ClearML](https://clear.ml/docs/latest/docs/), using 3D Segmentation with UNet as an example.


#### <ins>**Federated Learning**</ins>
##### [NVFlare](./federated_learning/nvflare)
Expand Down
Loading
Loading