transformers/utils/test_module
amyeroberts 4eb918e656
AutoImageProcessor (#20111)
* AutoImageProcessor skeleton

* Update references

* Add mapping in init

* Add model image processors to __init__ for importing

* Add AutoImageProcessor tests

* Fix up

* Image Processor documentation

* Remove pdb

* Update docs/source/en/model_doc/mobilevit.mdx

* Update docs

* Don't add whitespace on json files

* Remove fixtures

* Move checking model config down

* Fix up

* Add check for image processor

* Remove FeatureExtractorMixin in docstrings

* Rename model_tmpfile to config_tmpfile

* Don't make None if not in image processor map
2022-11-08 19:54:41 +00:00
..
__init__.py
custom_configuration.py
custom_feature_extraction.py
custom_image_processing.py AutoImageProcessor (#20111) 2022-11-08 19:54:41 +00:00
custom_modeling.py
custom_pipeline.py Custom pipeline (#18079) 2022-07-19 12:02:35 +02:00
custom_processing.py
custom_tokenization_fast.py
custom_tokenization.py