Update spleen_segmentation_3d.ipynb: add pytorch-ignite in pip install#455
Merged
wyli merged 1 commit intoProject-MONAI:masterfrom Nov 24, 2021
nvahmadi:master
Merged
Update spleen_segmentation_3d.ipynb: add pytorch-ignite in pip install#455wyli merged 1 commit intoProject-MONAI:masterfrom nvahmadi:master
wyli merged 1 commit intoProject-MONAI:masterfrom
nvahmadi:master
Conversation
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]"`
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
wyli
approved these changes
Nov 24, 2021
Contributor
wyli
left a comment
There was a problem hiding this comment.
Thanks, it looks good to me.
wyli
added a commit
that referenced
this pull request
Dec 1, 2021
* initialize dints tutorials Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update README.md * Update README.md * update scripts Signed-off-by: dongy <[email protected]> * Change Dints interface * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Modify scripts for new Dints interface * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Test push * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update readme Signed-off-by: Dong Yang <[email protected]> * Add readme * Update readme * Change lr in search * update readme Signed-off-by: Dong Yang <[email protected]> * Enable single GPU * update readme Signed-off-by: Dong Yang <[email protected]> * Add visualization tutorial transform image (#448) * [DLMED] add visualization tutorial Signed-off-by: Nic Ma <[email protected]> * [DLMED] add image Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference image Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix PEP error Signed-off-by: Nic Ma <[email protected]> * 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]"` * Figures added, pretrained weights link added, minor fixes (#456) * Figures added, pretrained weights link added, minor fixes Signed-off-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: vnath <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Add itkwidgets example in notebook (#454) * [DLMED] add itkwidgets Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference screenshot Signed-off-by: Nic Ma <[email protected]> * [DLMED] update to PLS orientation Signed-off-by: Nic Ma <[email protected]> * MIL example (#431) * MIL example Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * small updates Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated images Signed-off-by: myron <[email protected]> * gdown for json Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README Signed-off-by: Behrooz <[email protected]> * Fix formatting and typos Signed-off-by: Behrooz <[email protected]> * small fixes Signed-off-by: myron <[email protected]> * stats Signed-off-by: myron <[email protected]> * pip install Signed-off-by: myron <[email protected]> * README fixes Signed-off-by: myron <[email protected]> Co-authored-by: am <am> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Behrooz <[email protected]> Co-authored-by: Nic Ma <[email protected]> * 450 update AsDiscrete (#451) * update asdiscrete Signed-off-by: Yiheng Wang <[email protected]> * update postprocessing figures Signed-off-by: Yiheng Wang <[email protected]> * fix version error of mutual info Signed-off-by: Yiheng Wang <[email protected]> * update to use include in torchin Signed-off-by: Yiheng Wang <[email protected]> * 459 update nvidia flare 2.0 example (#460) * update nvidia flare 2.0 example Signed-off-by: Yiheng Wang <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * enhance code format Signed-off-by: Yiheng Wang <[email protected]> * update folder and readme Signed-off-by: Yiheng Wang <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Weights Link Updated (#465) Signed-off-by: vnath <[email protected]> Co-authored-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixes readme typos Signed-off-by: Wenqi Li <[email protected]> * update readmes Signed-off-by: Wenqi Li <[email protected]> * update readme Signed-off-by: Wenqi Li <[email protected]> * qa commit Signed-off-by: Wenqi Li <[email protected]> * link Signed-off-by: Wenqi Li <[email protected]> Co-authored-by: dongy <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: heyufan1995 <[email protected]> Co-authored-by: Dong Yang <[email protected]> Co-authored-by: Nic Ma <[email protected]> Co-authored-by: nvahmadi <[email protected]> Co-authored-by: Vishwesh <[email protected]> Co-authored-by: vnath <[email protected]> Co-authored-by: myron <[email protected]> Co-authored-by: Behrooz <[email protected]> Co-authored-by: Yiheng Wang <[email protected]> Co-authored-by: Wenqi Li <[email protected]>
wyli
pushed a commit
that referenced
this pull request
Dec 7, 2021
* initialize dints tutorials Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update README.md * Update README.md * update scripts Signed-off-by: dongy <[email protected]> * Change Dints interface * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Modify scripts for new Dints interface * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Test push * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update readme Signed-off-by: Dong Yang <[email protected]> * Add readme * Update readme * Change lr in search * update readme Signed-off-by: Dong Yang <[email protected]> * Enable single GPU * update readme Signed-off-by: Dong Yang <[email protected]> * Add visualization tutorial transform image (#448) * [DLMED] add visualization tutorial Signed-off-by: Nic Ma <[email protected]> * [DLMED] add image Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference image Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix PEP error Signed-off-by: Nic Ma <[email protected]> * 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]"` * Figures added, pretrained weights link added, minor fixes (#456) * Figures added, pretrained weights link added, minor fixes Signed-off-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: vnath <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Add itkwidgets example in notebook (#454) * [DLMED] add itkwidgets Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference screenshot Signed-off-by: Nic Ma <[email protected]> * [DLMED] update to PLS orientation Signed-off-by: Nic Ma <[email protected]> * MIL example (#431) * MIL example Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * small updates Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated images Signed-off-by: myron <[email protected]> * gdown for json Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README Signed-off-by: Behrooz <[email protected]> * Fix formatting and typos Signed-off-by: Behrooz <[email protected]> * small fixes Signed-off-by: myron <[email protected]> * stats Signed-off-by: myron <[email protected]> * pip install Signed-off-by: myron <[email protected]> * README fixes Signed-off-by: myron <[email protected]> Co-authored-by: am <am> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Behrooz <[email protected]> Co-authored-by: Nic Ma <[email protected]> * 450 update AsDiscrete (#451) * update asdiscrete Signed-off-by: Yiheng Wang <[email protected]> * update postprocessing figures Signed-off-by: Yiheng Wang <[email protected]> * fix version error of mutual info Signed-off-by: Yiheng Wang <[email protected]> * update to use include in torchin Signed-off-by: Yiheng Wang <[email protected]> * 459 update nvidia flare 2.0 example (#460) * update nvidia flare 2.0 example Signed-off-by: Yiheng Wang <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * enhance code format Signed-off-by: Yiheng Wang <[email protected]> * update folder and readme Signed-off-by: Yiheng Wang <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Weights Link Updated (#465) Signed-off-by: vnath <[email protected]> Co-authored-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixes readme typos Signed-off-by: Wenqi Li <[email protected]> * update readmes Signed-off-by: Wenqi Li <[email protected]> * update readme Signed-off-by: Wenqi Li <[email protected]> * qa commit Signed-off-by: Wenqi Li <[email protected]> * link Signed-off-by: Wenqi Li <[email protected]> * Add plot arch_code utils * Fix bugs in search and update readme * Fix combination weights bug * Small typo update * Fix minor bug in train_dints * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update Readme * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: dongy <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: heyufan1995 <[email protected]>
wyli
pushed a commit
that referenced
this pull request
Dec 7, 2021
* initialize dints tutorials Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update README.md * Update README.md * update scripts Signed-off-by: dongy <[email protected]> * Change Dints interface * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Modify scripts for new Dints interface * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Test push * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update readme Signed-off-by: Dong Yang <[email protected]> * Add readme * Update readme * Change lr in search * update readme Signed-off-by: Dong Yang <[email protected]> * Enable single GPU * update readme Signed-off-by: Dong Yang <[email protected]> * Add visualization tutorial transform image (#448) * [DLMED] add visualization tutorial Signed-off-by: Nic Ma <[email protected]> * [DLMED] add image Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference image Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix PEP error Signed-off-by: Nic Ma <[email protected]> * 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]"` * Figures added, pretrained weights link added, minor fixes (#456) * Figures added, pretrained weights link added, minor fixes Signed-off-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: vnath <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Add itkwidgets example in notebook (#454) * [DLMED] add itkwidgets Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference screenshot Signed-off-by: Nic Ma <[email protected]> * [DLMED] update to PLS orientation Signed-off-by: Nic Ma <[email protected]> * MIL example (#431) * MIL example Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * small updates Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated images Signed-off-by: myron <[email protected]> * gdown for json Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README Signed-off-by: Behrooz <[email protected]> * Fix formatting and typos Signed-off-by: Behrooz <[email protected]> * small fixes Signed-off-by: myron <[email protected]> * stats Signed-off-by: myron <[email protected]> * pip install Signed-off-by: myron <[email protected]> * README fixes Signed-off-by: myron <[email protected]> Co-authored-by: am <am> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Behrooz <[email protected]> Co-authored-by: Nic Ma <[email protected]> * 450 update AsDiscrete (#451) * update asdiscrete Signed-off-by: Yiheng Wang <[email protected]> * update postprocessing figures Signed-off-by: Yiheng Wang <[email protected]> * fix version error of mutual info Signed-off-by: Yiheng Wang <[email protected]> * update to use include in torchin Signed-off-by: Yiheng Wang <[email protected]> * 459 update nvidia flare 2.0 example (#460) * update nvidia flare 2.0 example Signed-off-by: Yiheng Wang <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * enhance code format Signed-off-by: Yiheng Wang <[email protected]> * update folder and readme Signed-off-by: Yiheng Wang <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Weights Link Updated (#465) Signed-off-by: vnath <[email protected]> Co-authored-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixes readme typos Signed-off-by: Wenqi Li <[email protected]> * update readmes Signed-off-by: Wenqi Li <[email protected]> * update readme Signed-off-by: Wenqi Li <[email protected]> * qa commit Signed-off-by: Wenqi Li <[email protected]> * link Signed-off-by: Wenqi Li <[email protected]> * Add plot arch_code utils * Fix bugs in search and update readme * Fix combination weights bug * Small typo update * Fix minor bug in train_dints * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update Readme * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Change arch code keys * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> Co-authored-by: dongy <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: heyufan1995 <[email protected]>
boneseva
pushed a commit
to boneseva/MONAI-tutorials
that referenced
this pull request
Apr 21, 2024
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]"`
boneseva
pushed a commit
to boneseva/MONAI-tutorials
that referenced
this pull request
Apr 21, 2024
* initialize dints tutorials Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update README.md * Update README.md * update scripts Signed-off-by: dongy <[email protected]> * Change Dints interface * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Modify scripts for new Dints interface * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Test push * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update readme Signed-off-by: Dong Yang <[email protected]> * Add readme * Update readme * Change lr in search * update readme Signed-off-by: Dong Yang <[email protected]> * Enable single GPU * update readme Signed-off-by: Dong Yang <[email protected]> * Add visualization tutorial transform image (Project-MONAI#448) * [DLMED] add visualization tutorial Signed-off-by: Nic Ma <[email protected]> * [DLMED] add image Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference image Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix PEP error Signed-off-by: Nic Ma <[email protected]> * Update spleen_segmentation_3d.ipynb (Project-MONAI#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]"` * Figures added, pretrained weights link added, minor fixes (Project-MONAI#456) * Figures added, pretrained weights link added, minor fixes Signed-off-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: vnath <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Add itkwidgets example in notebook (Project-MONAI#454) * [DLMED] add itkwidgets Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference screenshot Signed-off-by: Nic Ma <[email protected]> * [DLMED] update to PLS orientation Signed-off-by: Nic Ma <[email protected]> * MIL example (Project-MONAI#431) * MIL example Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * small updates Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated images Signed-off-by: myron <[email protected]> * gdown for json Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README Signed-off-by: Behrooz <[email protected]> * Fix formatting and typos Signed-off-by: Behrooz <[email protected]> * small fixes Signed-off-by: myron <[email protected]> * stats Signed-off-by: myron <[email protected]> * pip install Signed-off-by: myron <[email protected]> * README fixes Signed-off-by: myron <[email protected]> Co-authored-by: am <am> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Behrooz <[email protected]> Co-authored-by: Nic Ma <[email protected]> * 450 update AsDiscrete (Project-MONAI#451) * update asdiscrete Signed-off-by: Yiheng Wang <[email protected]> * update postprocessing figures Signed-off-by: Yiheng Wang <[email protected]> * fix version error of mutual info Signed-off-by: Yiheng Wang <[email protected]> * update to use include in torchin Signed-off-by: Yiheng Wang <[email protected]> * 459 update nvidia flare 2.0 example (Project-MONAI#460) * update nvidia flare 2.0 example Signed-off-by: Yiheng Wang <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * enhance code format Signed-off-by: Yiheng Wang <[email protected]> * update folder and readme Signed-off-by: Yiheng Wang <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Weights Link Updated (Project-MONAI#465) Signed-off-by: vnath <[email protected]> Co-authored-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixes readme typos Signed-off-by: Wenqi Li <[email protected]> * update readmes Signed-off-by: Wenqi Li <[email protected]> * update readme Signed-off-by: Wenqi Li <[email protected]> * qa commit Signed-off-by: Wenqi Li <[email protected]> * link Signed-off-by: Wenqi Li <[email protected]> Co-authored-by: dongy <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: heyufan1995 <[email protected]> Co-authored-by: Dong Yang <[email protected]> Co-authored-by: Nic Ma <[email protected]> Co-authored-by: nvahmadi <[email protected]> Co-authored-by: Vishwesh <[email protected]> Co-authored-by: vnath <[email protected]> Co-authored-by: myron <[email protected]> Co-authored-by: Behrooz <[email protected]> Co-authored-by: Yiheng Wang <[email protected]> Co-authored-by: Wenqi Li <[email protected]>
boneseva
pushed a commit
to boneseva/MONAI-tutorials
that referenced
this pull request
Apr 21, 2024
* initialize dints tutorials Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update README.md * Update README.md * update scripts Signed-off-by: dongy <[email protected]> * Change Dints interface * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Modify scripts for new Dints interface * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Test push * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update readme Signed-off-by: Dong Yang <[email protected]> * Add readme * Update readme * Change lr in search * update readme Signed-off-by: Dong Yang <[email protected]> * Enable single GPU * update readme Signed-off-by: Dong Yang <[email protected]> * Add visualization tutorial transform image (Project-MONAI#448) * [DLMED] add visualization tutorial Signed-off-by: Nic Ma <[email protected]> * [DLMED] add image Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference image Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix PEP error Signed-off-by: Nic Ma <[email protected]> * Update spleen_segmentation_3d.ipynb (Project-MONAI#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]"` * Figures added, pretrained weights link added, minor fixes (Project-MONAI#456) * Figures added, pretrained weights link added, minor fixes Signed-off-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: vnath <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Add itkwidgets example in notebook (Project-MONAI#454) * [DLMED] add itkwidgets Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference screenshot Signed-off-by: Nic Ma <[email protected]> * [DLMED] update to PLS orientation Signed-off-by: Nic Ma <[email protected]> * MIL example (Project-MONAI#431) * MIL example Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * small updates Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated images Signed-off-by: myron <[email protected]> * gdown for json Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README Signed-off-by: Behrooz <[email protected]> * Fix formatting and typos Signed-off-by: Behrooz <[email protected]> * small fixes Signed-off-by: myron <[email protected]> * stats Signed-off-by: myron <[email protected]> * pip install Signed-off-by: myron <[email protected]> * README fixes Signed-off-by: myron <[email protected]> Co-authored-by: am <am> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Behrooz <[email protected]> Co-authored-by: Nic Ma <[email protected]> * 450 update AsDiscrete (Project-MONAI#451) * update asdiscrete Signed-off-by: Yiheng Wang <[email protected]> * update postprocessing figures Signed-off-by: Yiheng Wang <[email protected]> * fix version error of mutual info Signed-off-by: Yiheng Wang <[email protected]> * update to use include in torchin Signed-off-by: Yiheng Wang <[email protected]> * 459 update nvidia flare 2.0 example (Project-MONAI#460) * update nvidia flare 2.0 example Signed-off-by: Yiheng Wang <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * enhance code format Signed-off-by: Yiheng Wang <[email protected]> * update folder and readme Signed-off-by: Yiheng Wang <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Weights Link Updated (Project-MONAI#465) Signed-off-by: vnath <[email protected]> Co-authored-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixes readme typos Signed-off-by: Wenqi Li <[email protected]> * update readmes Signed-off-by: Wenqi Li <[email protected]> * update readme Signed-off-by: Wenqi Li <[email protected]> * qa commit Signed-off-by: Wenqi Li <[email protected]> * link Signed-off-by: Wenqi Li <[email protected]> * Add plot arch_code utils * Fix bugs in search and update readme * Fix combination weights bug * Small typo update * Fix minor bug in train_dints * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update Readme * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: dongy <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: heyufan1995 <[email protected]>
boneseva
pushed a commit
to boneseva/MONAI-tutorials
that referenced
this pull request
Apr 21, 2024
* initialize dints tutorials Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update README.md * Update README.md * update scripts Signed-off-by: dongy <[email protected]> * Change Dints interface * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Modify scripts for new Dints interface * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Test push * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update readme Signed-off-by: Dong Yang <[email protected]> * Add readme * Update readme * Change lr in search * update readme Signed-off-by: Dong Yang <[email protected]> * Enable single GPU * update readme Signed-off-by: Dong Yang <[email protected]> * Add visualization tutorial transform image (Project-MONAI#448) * [DLMED] add visualization tutorial Signed-off-by: Nic Ma <[email protected]> * [DLMED] add image Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] update notebook Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference image Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix PEP error Signed-off-by: Nic Ma <[email protected]> * Update spleen_segmentation_3d.ipynb (Project-MONAI#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]"` * Figures added, pretrained weights link added, minor fixes (Project-MONAI#456) * Figures added, pretrained weights link added, minor fixes Signed-off-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: vnath <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Add itkwidgets example in notebook (Project-MONAI#454) * [DLMED] add itkwidgets Signed-off-by: Nic Ma <[email protected]> * [DLMED] add reference screenshot Signed-off-by: Nic Ma <[email protected]> * [DLMED] update to PLS orientation Signed-off-by: Nic Ma <[email protected]> * MIL example (Project-MONAI#431) * MIL example Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * mil tutorial update Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * small updates Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated images Signed-off-by: myron <[email protected]> * gdown for json Signed-off-by: myron <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README Signed-off-by: Behrooz <[email protected]> * Fix formatting and typos Signed-off-by: Behrooz <[email protected]> * small fixes Signed-off-by: myron <[email protected]> * stats Signed-off-by: myron <[email protected]> * pip install Signed-off-by: myron <[email protected]> * README fixes Signed-off-by: myron <[email protected]> Co-authored-by: am <am> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Behrooz <[email protected]> Co-authored-by: Nic Ma <[email protected]> * 450 update AsDiscrete (Project-MONAI#451) * update asdiscrete Signed-off-by: Yiheng Wang <[email protected]> * update postprocessing figures Signed-off-by: Yiheng Wang <[email protected]> * fix version error of mutual info Signed-off-by: Yiheng Wang <[email protected]> * update to use include in torchin Signed-off-by: Yiheng Wang <[email protected]> * 459 update nvidia flare 2.0 example (Project-MONAI#460) * update nvidia flare 2.0 example Signed-off-by: Yiheng Wang <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * enhance code format Signed-off-by: Yiheng Wang <[email protected]> * update folder and readme Signed-off-by: Yiheng Wang <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Weights Link Updated (Project-MONAI#465) Signed-off-by: vnath <[email protected]> Co-authored-by: vnath <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixes readme typos Signed-off-by: Wenqi Li <[email protected]> * update readmes Signed-off-by: Wenqi Li <[email protected]> * update readme Signed-off-by: Wenqi Li <[email protected]> * qa commit Signed-off-by: Wenqi Li <[email protected]> * link Signed-off-by: Wenqi Li <[email protected]> * Add plot arch_code utils * Fix bugs in search and update readme * Fix combination weights bug * Small typo update * Fix minor bug in train_dints * update scripts Signed-off-by: dongy <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: dongy <[email protected]> * Update Readme * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Change arch code keys * update scripts Signed-off-by: Dong Yang <[email protected]> * update scripts Signed-off-by: Dong Yang <[email protected]> Co-authored-by: dongy <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: heyufan1995 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes import errors due to missing pytorch-ignite package.
Description
The
pip installstatement is missing the installation of pytorch-ignite. This causes import errors in the next cell, specifically in the line:from monai.handlers.utils import from_engine.This change fixes the problem:. From:
!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]"Status
Ready
Checks
Checked and working in Google Colab.