amyeroberts
|
ba3264b4e8
|
Image Feature Extraction pipeline (#28216)
* Draft pipeline
* Fixup
* Fix docstrings
* Update doctest
* Update pipeline_model_mapping
* Update docstring
* Update tests
* Update src/transformers/pipelines/image_feature_extraction.py
Co-authored-by: Omar Sanseviero <osanseviero@gmail.com>
* Fix docstrings - review comments
* Remove pipeline mapping for composite vision models
* Add to pipeline tests
* Remove for flava (multimodal)
* safe pil import
* Add requirements for pipeline run
* Account for super slow efficientnet
* Review comments
* Fix tests
* Swap order of kwargs
* Use build_pipeline_init_args
* Add back FE pipeline for Vilt
* Include image_processor_kwargs in docstring
* Mark test as flaky
* Update TODO
* Update tests/pipelines/test_pipelines_image_feature_extraction.py
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
* Add license header
---------
Co-authored-by: Omar Sanseviero <osanseviero@gmail.com>
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
|
2024-02-05 14:50:07 +00:00 |
|
NielsRogge
|
59499bbe8b
|
Update forward signature test for vision models (#27681)
* Update forward signature
* Empty-Commit
|
2023-11-27 15:48:17 +01:00 |
|
Yih-Dar
|
ffad4f1373
|
Update tiny models and pipeline tests (#23446)
* fix
---------
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
|
2023-05-18 17:29:04 +02:00 |
|
Alara Dirik
|
441658dd6c
|
Add focalnet backbone (#23104)
Adds FocalNet backbone to return features from all stages
|
2023-05-03 19:32:42 +03:00 |
|
NielsRogge
|
3d3204c025
|
Add FocalNet (#21532)
Adds FocalNet by Microsoft to transformers
---------
Co-authored-by: Niels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
Co-authored-by: alaradirik <alaradirik@gmail.com>
|
2023-04-23 20:03:05 +03:00 |
|