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
11f43c15
Unverified
Commit
11f43c15
authored
Jun 14, 2024
by
amyeroberts
Committed by
GitHub
Jun 14, 2024
Browse files
Remove duplicate image processor in auto map (#31383)
parent
c212ac9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/transformers/models/auto/image_processing_auto.py
src/transformers/models/auto/image_processing_auto.py
+0
-1
No files found.
src/transformers/models/auto/image_processing_auto.py
View file @
11f43c15
...
@@ -101,7 +101,6 @@ else:
...
@@ -101,7 +101,6 @@ else:
(
"mobilenet_v1"
,
(
"MobileNetV1ImageProcessor"
,)),
(
"mobilenet_v1"
,
(
"MobileNetV1ImageProcessor"
,)),
(
"mobilenet_v2"
,
(
"MobileNetV2ImageProcessor"
,)),
(
"mobilenet_v2"
,
(
"MobileNetV2ImageProcessor"
,)),
(
"mobilevit"
,
(
"MobileViTImageProcessor"
,)),
(
"mobilevit"
,
(
"MobileViTImageProcessor"
,)),
(
"mobilevit"
,
(
"MobileViTImageProcessor"
,)),
(
"mobilevitv2"
,
(
"MobileViTImageProcessor"
,)),
(
"mobilevitv2"
,
(
"MobileViTImageProcessor"
,)),
(
"nat"
,
(
"ViTImageProcessor"
,
"ViTImageProcessorFast"
)),
(
"nat"
,
(
"ViTImageProcessor"
,
"ViTImageProcessorFast"
)),
(
"nougat"
,
(
"NougatImageProcessor"
,)),
(
"nougat"
,
(
"NougatImageProcessor"
,)),
...
...
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