Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple example of adapting non-MONAI Pytorch code to bundles #1452

Open
wyli opened this issue Jul 14, 2023 · 1 comment
Open

Simple example of adapting non-MONAI Pytorch code to bundles #1452

wyli opened this issue Jul 14, 2023 · 1 comment
Assignees

Comments

@wyli
Copy link
Contributor

wyli commented Jul 14, 2023

No description provided.

@ericspod ericspod mentioned this issue Sep 12, 2023
9 tasks
@ericspod ericspod self-assigned this Sep 12, 2023
ericspod added a commit that referenced this issue Sep 19, 2023
Fixes #1457, #1452.

### Description
This adds tutorials going through the process of creating bundles in
their entirety.

Notebooks to add:
- [x] Very simple intro to bundles and the file structure
- [x] Simple network bundle that actually does something with training
- [x] Bundle wrapping pre-existing code and network definitions which
would cover non-MONAI code
- [ ] Bundle wrapping non-Pytorch code, maybe?

### Checks
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Avoid including large-size files in the PR.
- [x] Clean up long text outputs from code cells in the notebook.
- [x] For security purposes, please check the contents and remove any
sensitive info such as user names and private key.
- [x] 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: Eric Kerfoot <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@ericspod
Copy link
Member

ericspod commented Sep 22, 2023

This is addressed by the 4th notebook in #1493

boneseva pushed a commit to boneseva/MONAI-tutorials that referenced this issue Apr 21, 2024
Fixes Project-MONAI#1457, Project-MONAI#1452.

### Description
This adds tutorials going through the process of creating bundles in
their entirety.

Notebooks to add:
- [x] Very simple intro to bundles and the file structure
- [x] Simple network bundle that actually does something with training
- [x] Bundle wrapping pre-existing code and network definitions which
would cover non-MONAI code
- [ ] Bundle wrapping non-Pytorch code, maybe?

### Checks
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Avoid including large-size files in the PR.
- [x] Clean up long text outputs from code cells in the notebook.
- [x] For security purposes, please check the contents and remove any
sensitive info such as user names and private key.
- [x] 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: Eric Kerfoot <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants