Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
b10a3b37
Unverified
Commit
b10a3b37
authored
Aug 29, 2022
by
fatih
Committed by
GitHub
Aug 29, 2022
Browse files
fix a possible typo in auto feature extraction (#18779)
parent
5f06a09b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/models/auto/feature_extraction_auto.py
src/transformers/models/auto/feature_extraction_auto.py
+1
-1
No files found.
src/transformers/models/auto/feature_extraction_auto.py
View file @
b10a3b37
...
...
@@ -69,7 +69,7 @@ FEATURE_EXTRACTOR_MAPPING_NAMES = OrderedDict(
(
"swin"
,
"ViTFeatureExtractor"
),
(
"swinv2"
,
"ViTFeatureExtractor"
),
(
"van"
,
"ConvNextFeatureExtractor"
),
(
"videomae"
,
"Vi
T
FeatureExtractor"
),
(
"videomae"
,
"Vi
deoMAE
FeatureExtractor"
),
(
"vilt"
,
"ViltFeatureExtractor"
),
(
"vit"
,
"ViTFeatureExtractor"
),
(
"vit_mae"
,
"ViTFeatureExtractor"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment