Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unitests for detr 3.x #9089

Merged
merged 11 commits into from
Oct 24, 2022
2 changes: 0 additions & 2 deletions tests/test_models/test_layers/test_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,5 +529,3 @@ def test_detr_transformer_dencoder_encoder_layer():
with pytest.raises(AssertionError):
# len(operation_order) == 6
DetrTransformerEncoder(**config)

LYMDLUT marked this conversation as resolved.
Show resolved Hide resolved