Skip to content

Commit fa008a8

Browse files
committed
[DLMED] update smart cache ddp
Signed-off-by: Nic Ma <[email protected]>
1 parent 583a710 commit fa008a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

acceleration/distributed_training/unet_training_smartcache.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
RandCropByPosNegLabeld,
7474
RandRotate90d,
7575
ScaleIntensityd,
76-
EnsureTyped,
7776
)
7877

7978

@@ -112,7 +111,6 @@ def train(args):
112111
keys=["img", "seg"], label_key="seg", spatial_size=[96, 96, 96], pos=1, neg=1, num_samples=4
113112
),
114113
RandRotate90d(keys=["img", "seg"], prob=0.5, spatial_axes=[0, 2]),
115-
EnsureTyped(keys=["img", "seg"]),
116114
]
117115
)
118116

0 commit comments

Comments
 (0)