Skip to content

Commit 2bf758e

Browse files
authored
[DLMED] fix cron test error (Project-MONAI#417)
Signed-off-by: Nic Ma <nma@nvidia.com>
1 parent cb4e005 commit 2bf758e

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

3d_segmentation/unet_segmentation_3d_ignite.ipynb

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -486,22 +486,6 @@
486486
"![image-2.png](attachment:image-2.png) ![image-4.png](attachment:image-4.png)"
487487
]
488488
},
489-
{
490-
"cell_type": "markdown",
491-
"metadata": {},
492-
"source": [
493-
"## Visualizing training status in MLFlow"
494-
]
495-
},
496-
{
497-
"cell_type": "code",
498-
"execution_count": null,
499-
"metadata": {},
500-
"outputs": [],
501-
"source": [
502-
"%mlflow ui"
503-
]
504-
},
505489
{
506490
"attachments": {
507491
"image.png": {
@@ -511,6 +495,10 @@
511495
"cell_type": "markdown",
512496
"metadata": {},
513497
"source": [
498+
"## Visualizing training status in MLFlow\n",
499+
"\n",
500+
"As `mlflow` is not IPython component, please switch to the `log_dir` and execute command `mlflow ui` to launch MLFlow UI.\n",
501+
"\n",
514502
"Expected training curve on MLFlow UI:\n",
515503
"![image.png](attachment:image.png)"
516504
]

0 commit comments

Comments
 (0)