Commit e0d2d6b
authored
Update spleen_segmentation_3d.ipynb (#455)
The `pip install` statement is missing pytorch-ignite. Changing:
`!python -c "import monai" || pip install -q "monai-weekly[gdown, nibabel, tqdm]"`
to
`!python -c "import monai" || pip install -q "monai-weekly[gdown, nibabel, tqdm, ignite]"`1 parent 0d31bdc commit e0d2d6b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments