Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
DCO Remediation Commit for YunLiu <[email protected]>

I, YunLiu <[email protected]>, hereby add my Signed-off-by to this commit: 4c601dc

Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Sep 24, 2024
1 parent 7305278 commit 620db88
Showing 1 changed file with 2 additions and 47 deletions.
49 changes: 2 additions & 47 deletions generation/maisi/maisi_diff_unet_training_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,55 +57,10 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "e3bf0346",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/usr/local/lib/python3.10/dist-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
" from .autonotebook import tqdm as notebook_tqdm\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"MONAI version: 1.4.0rc9\n",
"Numpy version: 1.24.4\n",
"Pytorch version: 2.5.0a0+872d972e41.nv24.08\n",
"MONAI flags: HAS_EXT = False, USE_COMPILED = False, USE_META_DICT = False\n",
"MONAI rev id: fa1c1af79ef5387434f2a76744f75b5aaca09f0b\n",
"MONAI __file__: /workspace/Code/MONAI/monai/__init__.py\n",
"\n",
"Optional dependencies:\n",
"Pytorch Ignite version: 0.4.11\n",
"ITK version: 5.4.0\n",
"Nibabel version: 5.2.1\n",
"scikit-image version: 0.23.2\n",
"scipy version: 1.14.0\n",
"Pillow version: 10.4.0\n",
"Tensorboard version: 2.16.2\n",
"gdown version: 5.2.0\n",
"TorchVision version: 0.20.0a0\n",
"tqdm version: 4.66.5\n",
"lmdb version: 1.5.1\n",
"psutil version: 6.0.0\n",
"pandas version: 2.2.2\n",
"einops version: 0.8.0\n",
"transformers version: 4.40.2\n",
"mlflow version: 2.16.2\n",
"pynrrd version: 1.0.0\n",
"clearml version: 1.16.5rc0\n",
"\n",
"For details about installing the optional dependencies, please visit:\n",
" https://docs.monai.io/en/latest/installation.html#installing-the-recommended-dependencies\n",
"\n"
]
}
],
"outputs": [],
"source": [
"from scripts.diff_model_setting import setup_logging\n",
"import copy\n",
Expand Down

0 comments on commit 620db88

Please sign in to comment.