Skip to content

Commit 1c942f4

Browse files
authored
change folder name generative to generation (#1767)
Fixes # . ### Description change folder name generative to generation ### 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: Can-Zhao <[email protected]> Signed-off-by: Can Zhao <[email protected]>
1 parent da83708 commit 1c942f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

generative/maisi/maisi_inference_tutorial.ipynb renamed to generation/maisi/maisi_inference_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"!python -c \"import monai\" || pip install -q \"monai-weekly[nibabel, tqdm]\"\n",
3636
"# TODO: remove print statement after generative dir is renamed to generation\n",
3737
"!python -c \"import xformers\" || pip install -q xformers --index-url https://download.pytorch.org/whl/cu121\n",
38-
"!python -c \"import generative; print(generative.__version__)\" || pip install -q \"monai-generative\"\n",
38+
"!python -c \"import generative\" || pip install -q \"monai-generative\"\n",
3939
"!python -c \"import matplotlib\" || pip install -q matplotlib\n",
4040
"%matplotlib inline"
4141
]

generative/maisi/maisi_train_vae_tutorial.ipynb renamed to generation/maisi/maisi_train_vae_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"!python -c \"import monai\" || pip install -q \"monai-weekly[nibabel, tqdm]\"\n",
4444
"# TODO: remove print statement after generative dir is renamed to generation\n",
4545
"!python -c \"import xformers\" || pip install -q xformers --index-url https://download.pytorch.org/whl/cu121\n",
46-
"!python -c \"import generative; print(generative.__version__)\" || pip install -q \"monai-generative\"\n",
46+
"!python -c \"import generative\" || pip install -q \"monai-generative\"\n",
4747
"!python -c \"import matplotlib\" || pip install -q matplotlib\n",
4848
"%matplotlib inline"
4949
]
File renamed without changes.

0 commit comments

Comments
 (0)