Skip to content

Commit 5f88933

Browse files
committed
-skip
1 parent e619ec8 commit 5f88933

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/models/unets/test_models_unet_2d.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,6 @@ def test_forward_with_norm_groups(self):
361361
def test_gradient_checkpointing_is_applied(self):
362362
expected_set = {
363363
"UNetMidBlock2D",
364-
"SkipDownBlock2D",
365-
"AttnSkipDownBlock2D",
366-
"SkipUpBlock2D",
367-
"AttnSkipUpBlock2D",
368364
}
369365

370366
block_out_channels = (32, 64, 64, 64)

0 commit comments

Comments
 (0)