Skip to content

Commit

Permalink
base setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sambhavnoobcoder authored Jan 27, 2025
1 parent 78154a3 commit 077a14c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/models/mask2former/test_initialization_mask2former.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@
Mask2FormerMaskedAttentionDecoderLayer,
Mask2FormerPixelDecoderEncoderMultiscaleDeformableAttention
)

class TestMask2FormerInitialization(unittest.TestCase):
@classmethod
def setUpClass(cls):
cls.config = Mask2FormerConfig()
cls.model = Mask2FormerModel(cls.config)

0 comments on commit 077a14c

Please sign in to comment.