-
Notifications
You must be signed in to change notification settings - Fork 1.3k
3264 Enhance DynUNet structure #3265
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
3264 Enhance DynUNet structure #3265
Conversation
Signed-off-by: Yiheng Wang <vennw@nvidia.com>
Signed-off-by: Yiheng Wang <vennw@nvidia.com>
Thanks, to get this prepared for the upcoming release, could you please update |
Signed-off-by: Yiheng Wang <vennw@nvidia.com>
…ng-nv/MONAI into enhance-dynunet-accord-brats21
/build |
/build |
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, it looks good to me.
Signed-off-by: Yiheng Wang <vennw@nvidia.com>
…ng-nv/MONAI into enhance-dynunet-accord-brats21
I think these errors are related to this PR:
Could you please help fix it here? Thanks in advance. |
/build |
Hi @Nic-Ma , @wyli the first error will be fixed if merging this PR (since the network structure of DynUNet changes). The second error seems due to |
OK, let's try again the blossom test in PR #3250 when this PR merged. Thanks. |
/build |
1 similar comment
/build |
/build |
/build |
Signed-off-by: Yiheng Wang <vennw@nvidia.com>
…ng-nv/MONAI into enhance-dynunet-accord-brats21
/build |
Fixes #3264 .
Description
Changes:
deep_supr_num
) heads are useful, and whendeep_supervision=False
, there is no need to keepdeep_supervision_heads
, thus an emptynn.ModuleList()
will be created (see: https://github.com/Project-MONAI/MONAI/pull/3265/files#diff-0095d268268e7ee415e079c1f0ccabed72f2c722f92cb0780d2ba8133a088334R341).Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests
.make html
command in thedocs/
folder.