Skip to content

Commit b294c80

Browse files
authored
Add ClearML experiment management tutorial (Project-MONAI#1489)
### Description Add tutorial which demonstrates ClearML experiment management using MONAI's built-in `ClearMLImageHandler` and `ClearMLStatsHandler`. ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Avoid including large-size files in the PR. - [x] Clean up long text outputs from code cells in the notebook. - [x] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [x] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [x] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` --------- Signed-off-by: revital <[email protected]>
1 parent f1afb3f commit b294c80

File tree

5 files changed

+634
-0
lines changed

5 files changed

+634
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ An example of experiment management with [Aim](https://aimstack.io/aim-monai-tut
146146
An example of experiment management with [MLFlow](https://www.mlflow.org/docs/latest/tracking.html), using 3D spleen segmentation as an example.
147147
##### [MONAI bundle integrates MLFlow](./experiment_management/bundle_integrate_mlflow.ipynb)
148148
An example shows how to easily enable and customize the MLFlow for experiment management in MONAI bundle.
149+
##### [ClearML](./experiment_management/unet_segmentation_3d_ignite_clearml.ipynb)
150+
An example of experiment management with [ClearML](https://clear.ml/docs/latest/docs/), using 3D Segmentation with UNet as an example.
151+
149152

150153
#### <ins>**Federated Learning**</ins>
151154
##### [NVFlare](./federated_learning/nvflare)

0 commit comments

Comments
 (0)