Commit 936c548
1587 add regularizer demo (#1589)
Fixes #1587.
### Description
As mentioned in #1587, the notebook should contain
- [x] Formula for bending energy and diffusion,
- [x] Demonstration that bending energy is not scale invariant while
diffusion is not scale invariant in some cases (maybe display examples
of these cases), and
- [x] How both losses are made invariant by specifying `normalize=True`.
### 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.
- [ ] 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
- [x] Notebook runs automatically `./runner.sh -t <path to .ipynb file>`
---------
Signed-off-by: kaibo <ktang@unc.edu>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ebrahim Ebrahim <ebrahim.ebrahim@kitware.com>1 parent 3fa155b commit 936c548
File tree
3 files changed
+652
-0
lines changed- modules
3 files changed
+652
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| 240 | + | |
| 241 | + | |
240 | 242 | | |
241 | 243 | | |
242 | 244 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
0 commit comments