Skip to content

Commit

Permalink
-skip
Browse files Browse the repository at this point in the history
  • Loading branch information
hlky committed Dec 18, 2024
1 parent e619ec8 commit 5f88933
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/models/unets/test_models_unet_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,6 @@ def test_forward_with_norm_groups(self):
def test_gradient_checkpointing_is_applied(self):
expected_set = {
"UNetMidBlock2D",
"SkipDownBlock2D",
"AttnSkipDownBlock2D",
"SkipUpBlock2D",
"AttnSkipUpBlock2D",
}

block_out_channels = (32, 64, 64, 64)
Expand Down

0 comments on commit 5f88933

Please sign in to comment.