transformers/tests/models/flava
amyeroberts e2bd7f80d0
Update tests: replace feature extractor tests with image processor (#20768)
* Update imports and test fetcher

* Revert but keep test fetcher update

* Fix imports

* Fix all imports

* Replace fe with ip names

* Add generate kwargs to `AutomaticSpeechRecognitionPipeline` (#20952)

* Add generate kwargs to AutomaticSpeechRecognitionPipeline

* Add test for generation kwargs

* Update image processor parameters if creating with kwargs (#20866)

* Update parameters if creating with kwargs

* Shallow copy to prevent mutating input

* Pass all args in constructor dict - warnings in init

* Fix typo

* Rename tester class

* Rebase and tidy up

* Fixup

* Use ImageProcessingSavingTestMixin

* Update property ref in tests

* Update property ref in tests

* Update recently merged in models

* Small fix

Co-authored-by: bofeng huang <bofenghuang7@gmail.com>
2023-01-23 17:25:41 +00:00
..
__init__.py [feat] Add FLAVA model (#16654) 2022-05-11 14:56:48 -07:00
test_image_processing_flava.py Update tests: replace feature extractor tests with image processor (#20768) 2023-01-23 17:25:41 +00:00
test_modeling_flava.py Allow passing arguments to model testers for CLIP-like models (#20044) 2022-11-04 18:01:41 +01:00
test_processor_flava.py Vision processors - replace FE with IPs (#20590) 2022-12-09 10:48:34 +00:00