Skip to content

Commit 195b75a

Browse files
committed
minor fix
Signed-off-by: YunLiu <[email protected]>
1 parent d1ed597 commit 195b75a

File tree

2 files changed

+115
-79
lines changed

2 files changed

+115
-79
lines changed

generation/maisi/maisi_diff_unet_training_tutorial.ipynb

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -57,47 +57,10 @@
5757
},
5858
{
5959
"cell_type": "code",
60-
"execution_count": 2,
60+
"execution_count": null,
6161
"id": "e3bf0346",
6262
"metadata": {},
63-
"outputs": [
64-
{
65-
"name": "stdout",
66-
"output_type": "stream",
67-
"text": [
68-
"MONAI version: 1.4.0rc10\n",
69-
"Numpy version: 1.24.4\n",
70-
"Pytorch version: 2.5.0a0+872d972e41.nv24.08.01\n",
71-
"MONAI flags: HAS_EXT = False, USE_COMPILED = False, USE_META_DICT = False\n",
72-
"MONAI rev id: cac21f6936a2e8d6e4e57e4e958f8e32aae1585e\n",
73-
"MONAI __file__: /usr/local/lib/python3.10/dist-packages/monai/__init__.py\n",
74-
"\n",
75-
"Optional dependencies:\n",
76-
"Pytorch Ignite version: 0.4.11\n",
77-
"ITK version: 5.4.0\n",
78-
"Nibabel version: 5.2.1\n",
79-
"scikit-image version: 0.23.2\n",
80-
"scipy version: 1.13.1\n",
81-
"Pillow version: 10.4.0\n",
82-
"Tensorboard version: 2.17.0\n",
83-
"gdown version: 5.2.0\n",
84-
"TorchVision version: 0.20.0a0\n",
85-
"tqdm version: 4.66.4\n",
86-
"lmdb version: 1.5.1\n",
87-
"psutil version: 5.9.8\n",
88-
"pandas version: 2.2.2\n",
89-
"einops version: 0.7.0\n",
90-
"transformers version: 4.40.2\n",
91-
"mlflow version: 2.16.0\n",
92-
"pynrrd version: 1.0.0\n",
93-
"clearml version: 1.16.3\n",
94-
"\n",
95-
"For details about installing the optional dependencies, please visit:\n",
96-
" https://docs.monai.io/en/latest/installation.html#installing-the-recommended-dependencies\n",
97-
"\n"
98-
]
99-
}
100-
],
63+
"outputs": [],
10164
"source": [
10265
"from scripts.diff_model_setting import setup_logging\n",
10366
"import copy\n",

0 commit comments

Comments
 (0)