transformers
c18b4fbe
- Add class properties with warnings (#21195)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Comment Changes
Previous Change (CTRL+↑)
Next Change (CTRL+↓)
Expand Context Lines
Collapse Context Lines
Hide Minimap (CTRL+M)
Commit
2 years ago
Add class properties with warnings (#21195) * Replace reduce_labels with do_reduce_labels * Replace only for __init__ and preprocess * Add class properties with warnings * Update tests
References
#27720 - Add common processor tests
#32831 - [Docs] Update resources
#29969 - [SigLIP] Add fast tokenizer
#33111 - [Backbone] Remove out_features everywhere
#33174 - [Zero-shot image classification pipeline] Remove tokenizer_kwargs
#21195 - Add class properties with warnings
Author
amyeroberts
Parents
b80b2218
Files
8
src/transformers/models
beit
image_processing_beit.py
conditional_detr
image_processing_conditional_detr.py
deformable_detr
image_processing_deformable_detr.py
detr
image_processing_detr.py
segformer
image_processing_segformer.py
yolos
image_processing_yolos.py
tests/models
beit
test_image_processing_beit.py
segformer
test_image_processing_segformer.py
Loading