-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
base: dev
Are you sure you want to change the base?
Conversation
remove deprecated functionality Signed-off-by: YunLiu <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: YunLiu <[email protected]>
Signed-off-by: YunLiu <[email protected]>
Signed-off-by: YunLiu <[email protected]>
Signed-off-by: YunLiu <[email protected]>
Signed-off-by: YunLiu <[email protected]>
/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 <[email protected]>
Hi @ericspod, it should be fixed by this PR: Project-MONAI/research-contributions#416. |
remove deprecated functionality
Part of #8421
Description
Removed Functionality:
compute_percent_hausdorff_distance
. Usecompute_hausdorff_distance
with thepercentile
argument instead.net_name
,net_kwargs
, andreturn_state_dict
arguments fromload()
. Use themodel
argument for network instantiation.workflow
argument fromBundleWorkflow
andConfigWorkflow
. Useworkflow_type
instead.img_size
argument fromSwinUNETR
. Input size checks are now performed duringforward()
.Default Value Changes:
GeneralizedDiceScore
: Changed defaultreduction
fromMEAN_BATCH
toMEAN
.CropForeground
/CropForegroundd
: Changed defaultallow_smaller
fromTrue
toFalse
.get_mask_edges
: Changed defaultalways_return_as_numpy
fromTrue
toFalse
.generate_spatial_bounding_box
: Changed defaultallow_smaller
fromTrue
toFalse
.Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.