Skip to content

Commit

Permalink
Bundles Update (#1493)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ericspod and pre-commit-ci[bot] committed Sep 19, 2023
1 parent 02a1664 commit 0b2638b
Show file tree
Hide file tree
Showing 7 changed files with 3,334 additions and 11 deletions.
698 changes: 698 additions & 0 deletions bundle/01_bundle_intro.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 0b2638b

Please sign in to comment.