Skip to content

Commit 1edf1c4

Browse files
authored
1356 debug tensorboard cell (#1362)
Fixes #1356 ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Avoid including large-size files in the PR. - [ ] Clean up long text outputs from code cells in the notebook. - [ ] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [ ] 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 - [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` Signed-off-by: Wenqi Li <wenqil@nvidia.com>
1 parent e49afe3 commit 1edf1c4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

3d_segmentation/spleen_segmentation_3d_lightning.ipynb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,9 @@
465465
"cell_type": "markdown",
466466
"metadata": {},
467467
"source": [
468-
"## View training in tensorboard"
468+
"## View training in tensorboard\n",
469+
"\n",
470+
"Please uncomment the following cell to load tensorboard results."
469471
]
470472
},
471473
{
@@ -515,8 +517,8 @@
515517
}
516518
],
517519
"source": [
518-
"%load_ext tensorboard\n",
519-
"%tensorboard --logdir=$log_dir"
520+
"# %load_ext tensorboard\n",
521+
"# %tensorboard --logdir=$log_dir"
520522
]
521523
},
522524
{

0 commit comments

Comments
 (0)