transformers
36b9a994
- Fix BeitFeatureExtractor postprocessing (#19119)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
2 years ago
Fix BeitFeatureExtractor postprocessing (#19119) * return post-processed segmentations as list, add test * use torch to resize logits * fix assertion error if no target_size is specified
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
#19449 - [WIP] Fix weights initialization of several vision models
#19119 - Fix BeitFeatureExtractor postprocessing
Author
alaradirik
Parents
36e356ca
Files
2
src/transformers/models/beit
feature_extraction_beit.py
tests/models/beit
test_modeling_beit.py
Loading