Skip to content

initial dints tutorials#449

Merged
wyli merged 48 commits intoProject-MONAI:masterfrom
dongyang0122:master
Dec 1, 2021
Merged

initial dints tutorials#449
wyli merged 48 commits intoProject-MONAI:masterfrom
dongyang0122:master

Conversation

@dongyang0122
Copy link
Copy Markdown
Collaborator

Signed-off-by: dongy [email protected]

Fixes # .

Description

Neural architecture search examples with DiNTS, including both architecture search and model re-training.

Status

Ready/Work in progress/Hold

Checks

  • Notebook runs automatically ./runner [-p <regex_pattern>]

@dongyang0122 dongyang0122 requested a review from wyli November 19, 2021 06:40
@dongyang0122 dongyang0122 requested a review from Nic-Ma November 19, 2021 06:40
@dongyang0122 dongyang0122 self-assigned this Nov 19, 2021
@dongyang0122 dongyang0122 changed the title initialize dints tutorials [WIP] initialize dints tutorials Nov 19, 2021
dongy and others added 24 commits November 22, 2021 06:56
Signed-off-by: dongy <[email protected]>
Signed-off-by: dongy <[email protected]>
Signed-off-by: dongy <[email protected]>
Signed-off-by: dongy <[email protected]>
Signed-off-by: dongy <[email protected]>
Signed-off-by: dongy <[email protected]>
Signed-off-by: dongy <[email protected]>
Signed-off-by: dongy <[email protected]>
Signed-off-by: dongy <[email protected]>
Signed-off-by: dongy <[email protected]>
Signed-off-by: dongy <[email protected]>
Signed-off-by: Dong Yang <[email protected]>
heyufan1995 and others added 14 commits November 30, 2021 17:29
Signed-off-by: Dong Yang <[email protected]>
Signed-off-by: Dong Yang <[email protected]>
* [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]>
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

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>
* [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

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]>
* 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]>
* 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>
Signed-off-by: vnath <[email protected]>

Co-authored-by: vnath <[email protected]>
@review-notebook-app
Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@wyli wyli changed the title [WIP] initialize dints tutorials initial dints tutorials Dec 1, 2021
Signed-off-by: Wenqi Li <[email protected]>
Copy link
Copy Markdown
Contributor

@wyli wyli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

initial version with major implementation details

Signed-off-by: Wenqi Li <[email protected]>
@wyli wyli merged commit 99e16a7 into Project-MONAI:master Dec 1, 2021
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants