Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 4 additions & 16 deletions 3d_segmentation/unet_segmentation_3d_ignite.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -486,22 +486,6 @@
"![image-2.png](attachment:image-2.png) ![image-4.png](attachment:image-4.png)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Visualizing training status in MLFlow"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%mlflow ui"
]
},
{
"attachments": {
"image.png": {
Expand All @@ -511,6 +495,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Visualizing training status in MLFlow\n",
"\n",
"As `mlflow` is not IPython component, please switch to the `log_dir` and execute command `mlflow ui` to launch MLFlow UI.\n",
"\n",
"Expected training curve on MLFlow UI:\n",
"![image.png](attachment:image.png)"
]
Expand Down