depth-reduced U-Net for lightweight medical image segmentationAdd tutorial for depth-reduced U-Net model#8660
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
61f3526 to
641d0c5
Compare
Signed-off-by: Vishal Dave <vdave8633@gmail.com>
for more information, see https://pre-commit.ci
|
This PR is documentation-only and adds a tutorial notebook without modifying MONAI core code or packaging. |
|
Hi @Vishaldave45 thanks for this contribution but I think it would be better placed in the Tutorials repo. I don't think the CICD problems are related at all but are things we'll address elsewhere. If you could please open a PR in the Tutorials repo we can review the notebook from there. |
|
Thank you for the feedback! That makes sense. |
This PR adds a documentation tutorial demonstrating true parameter reduction in MONAI U-Net models via architectural depth reduction.
The tutorial compares a standard U-Net with a depth-reduced variant, highlighting parameter savings and discussing efficiency–accuracy trade-offs relevant to resource-constrained medical imaging deployment scenarios.
The example is lightweight, CPU-friendly, and intended for educational and research-oriented use within the MONAI documentation.