Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SangbumChoi committed May 16, 2024
1 parent f5bf15b commit 62122ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/models/rt_detr/test_modeling_rt_detr.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,11 +554,6 @@ def test_initialization(self):
msg=f"Parameter {name} of model {model_class} seems not properly initialized",
)

def test_model_from_pretrained(self):
for model_name in RTDETR_PRETRAINED_MODEL_ARCHIVE_LIST:
model = RTDetrModel.from_pretrained(model_name)
self.assertIsNotNone(model)


TOLERANCE = 1e-4

Expand Down

0 comments on commit 62122ba

Please sign in to comment.