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

Add ResNetEncoder for FlexibleUNet #7570

Closed
k-sukharev opened this issue Mar 24, 2024 · 0 comments · Fixed by #7571
Closed

Add ResNetEncoder for FlexibleUNet #7570

k-sukharev opened this issue Mar 24, 2024 · 0 comments · Fixed by #7571
Labels
enhancement New feature or request Feature request

Comments

@k-sukharev
Copy link
Contributor

Is your feature request related to a problem? Please describe.
FlexibleUNet currently only supports EfficientNet backbones.

Describe the solution you'd like
Add ResNet backbones (with option to use pretrained Med3D weights) for FlexibleUNet.

@KumoLiu KumoLiu added enhancement New feature or request Feature request labels Apr 17, 2024
KumoLiu added a commit that referenced this issue Apr 23, 2024
Fixes #7570.

### Description

Add ResNet backbones (with option to use pretrained Med3D weights) for
FlexibleUNet.

### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing
functionality to change).
- [x] New tests added to cover the changes.
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [x] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [x] In-line docstrings updated.
- [x] Documentation updated, tested `make html` command in the `docs/`
folder.

---------

Signed-off-by: Konstantin Sukharev <[email protected]>
Co-authored-by: YunLiu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants