Skip to content

Commit

Permalink
Change use_v2 to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
heyufan1995 committed Mar 22, 2023
1 parent 3cacadd commit f4b11bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai/networks/nets/swin_unetr.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(
use_checkpoint: bool = False,
spatial_dims: int = 3,
downsample="merging",
use_v2=True
use_v2=False
) -> None:
"""
Args:
Expand Down

0 comments on commit f4b11bc

Please sign in to comment.