-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Remove deprecated functionality for v1.5 #8430
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
Conversation
remove deprecated functionality Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
for more information, see https://pre-commit.ci
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
|
/build |
|
Error log: |
|
Hi @KumoLiu can you set |
Remove deprecated `img_size` args in `SwinUNETR` Add `allow_smaller=True` in CropForeground / CropForegroundd since default value has been changed Project-MONAI/MONAI#8430 --------- Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
Hi @ericspod, it should be fixed by this PR: Project-MONAI/research-contributions#416. |
Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
|
/build |
|
Identify the issue: There’s a dependency between this one and #8443. They must be merged simultaneously. If the changes to core aren’t merged, the algo adjustments won’t function properly. |
Remove deprecated `img_size` args in `SwinUNETR` Add `allow_smaller=True` in CropForeground / CropForegroundd since default value has been changed Project-MONAI/MONAI#8430 --------- Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
remove deprecated functionality
Part of #8421
Description
Removed Functionality:
compute_percent_hausdorff_distance. Usecompute_hausdorff_distancewith thepercentileargument instead.net_name,net_kwargs, andreturn_state_dictarguments fromload(). Use themodelargument for network instantiation.workflowargument fromBundleWorkflowandConfigWorkflow. Useworkflow_typeinstead.img_sizeargument fromSwinUNETR. Input size checks are now performed duringforward().Default Value Changes:
GeneralizedDiceScore: Changed defaultreductionfromMEAN_BATCHtoMEAN.CropForeground/CropForegroundd: Changed defaultallow_smallerfromTruetoFalse.get_mask_edges: Changed defaultalways_return_as_numpyfromTruetoFalse.generate_spatial_bounding_box: Changed defaultallow_smallerfromTruetoFalse.Types of changes
./runtests.sh -f -u --net --coverage../runtests.sh --quick --unittests --disttests.make htmlcommand in thedocs/folder.