Skip to content

Commit

Permalink
fix autopad
Browse files Browse the repository at this point in the history
  • Loading branch information
leborgnelarivierec committed Jan 29, 2025
1 parent 5e4bf7e commit 06c9ea1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/CLI/model/halfunet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ model:
use_ghost: False
last_activation: Identity
absolute_pos_embed: False
autopad_enabled: False # not recognized by CLI but present in UNETRPPSettings -> strange O.o
autopad_enabled: True
4 changes: 2 additions & 2 deletions config/CLI/model/swinunetr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ model:
dropout_path_rate: 0.0
normalize: True
use_checkpoint: False
# downsample: merging # not recognized by CLI but present in UNETRPPSettings -> strange O.o
# use_v2: False # not recognized by CLI but present in UNETRPPSettings -> strange O.o
downsample: merging
use_v2: False
2 changes: 1 addition & 1 deletion config/CLI/model/unet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ model:
channels_last: False # True: B W H C
settings_init_args:
init_features: 64
autopad_enabled: False # not recognized by CLI but present in UNETRPPSettings -> strange O.o
autopad_enabled: True

0 comments on commit 06c9ea1

Please sign in to comment.