Skip to content

Commit

Permalink
add unique data identifier and explicitly add ctnorm
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianIsensee committed Oct 21, 2024
1 parent 520e749 commit 1e2aa0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions documentation/competitions/Toothfairy2/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,15 @@ Add the following configuration to the generated plans file:
```json
"3d_fullres_torchres_ps160x320x320_bs2": {
"inherits_from": "3d_fullres",
"data_identifier": "nnUNetPlans_3d_fullres_torchres_ctnorm",
"patch_size": [
160,
320,
320
],
"normalization_schemes": [
"CTNormalization"
],
"architecture": {
"network_class_name": "dynamic_network_architectures.architectures.unet.ResidualEncoderUNet",
"arch_kwargs": {
Expand Down

0 comments on commit 1e2aa0a

Please sign in to comment.