transformers
c603c80f
- FX support for ConvNext, Wav2Vec2 and ResNet (#19053)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
2 years ago
FX support for ConvNext, Wav2Vec2 and ResNet (#19053) * Support for ConvNext * Support for Wav2Vec2 * Support for Resnet * Fix small issue in test_modeling_convnext
References
#27720 - Add common processor tests
#32831 - [Docs] Update resources
#29969 - [SigLIP] Add fast tokenizer
#39540 - [Voxtral] Fix typo
#33111 - [Backbone] Remove out_features everywhere
#33174 - [Zero-shot image classification pipeline] Remove tokenizer_kwargs
#19449 - [WIP] Fix weights initialization of several vision models
#19053 - FX support for ConvNext, Wav2Vec2 and ResNet
Author
michaelbenayoun
Parents
c8e40d6f
Files
6
src/transformers
models
wav2vec2
modeling_wav2vec2.py
wav2vec2_conformer
modeling_wav2vec2_conformer.py
utils
fx.py
tests/models
convnext
test_modeling_convnext.py
resnet
test_modeling_resnet.py
wav2vec2
test_modeling_wav2vec2.py
Loading