-
Notifications
You must be signed in to change notification settings - Fork 700
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
1587 add regularizer demo #1589
Conversation
Signed-off-by: kaibo <[email protected]>
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Signed-off-by: kaibo <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: kaibo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, overall looks good to me.
Could you please add a mention here? Thanks!
Signed-off-by: kaibo <[email protected]>
Hi @ebrahimebrahim, would you mind taking a look at this? I'm also wondering if I should mention your notebook somewhere in here. But anyways let me know what you think :) |
Yes, happy to look it over! Can someone add me as a reviewer? I will try to look at it this week. No need to mention the earlier notebook I think. One thing you could do is to add
to the body of the commit message that says add regularizer demo |
@kvttt Added my suggestions. It looks great; thank you for putting this together!! I really like the separation between unequal and equal scaling of images. Everything is very clear and nicely organized. |
Co-authored-by: Ebrahim Ebrahim <[email protected]> Signed-off-by: kaibo <[email protected]>
Co-authored-by: Ebrahim Ebrahim <[email protected]> Signed-off-by: kaibo <[email protected]>
Fixes Project-MONAI#1587. ### Description As mentioned in Project-MONAI#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 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ebrahim Ebrahim <[email protected]>
Fixes #1587.
Description
As mentioned in #1587, the notebook should contain
normalize=True
.Checks
./figure
folder./runner.sh -t <path to .ipynb file>