Skip to content

Commit c10ae35

Browse files
authored
docs: add note about running tutorials directly in Colab notebooks
Signed-off-by: Minsu Kim <[email protected]>
1 parent 007f919 commit c10ae35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ python -u unet_training_array.py --max_epochs 2 --batch_size 1 --num_workers 2
8282

8383
If the logs show decreasing training loss and a Dice score, the setup is correct.
8484

85+
**Note:** In most cases, users can run MONAI tutorials directly in Colab notebooks without additional installation.
86+
The steps above are mainly for resolving dependency conflicts when installing extra packages.
87+
8588
#### Data
8689

8790
Some notebooks will require additional data.

0 commit comments

Comments
 (0)