transformers/tests/models/deformable_detr
rjenc29 7e35f37071
Fix a couple of typos and add an illustrative test (#26941)
* fix a typo and add an illustrative test

* appease black

* reduce code duplication and add Annotion type back with a pending deprecation warning

* remove unused code

* change warning type

* black formatting fix

* change enum deprecation approach to support 3.8 and earlier

* add stacklevel

* fix black issue

* fix ruff issues

* fix ruff issues

* move tests to own mixin

* include yolos

* fix black formatting issue

* fix black formatting issue

* use logger instead of warnings and include target version for deprecation
2023-12-11 15:51:51 +00:00
..
__init__.py Add Deformable DETR (#17281) 2022-09-14 11:45:21 +02:00
test_image_processing_deformable_detr.py Fix a couple of typos and add an illustrative test (#26941) 2023-12-11 15:51:51 +00:00
test_modeling_deformable_detr.py device agnostic models testing (#27146) 2023-10-31 18:12:14 +01:00