"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "bc53fc6265bd0ba5324bbca5b7e0167ea24a5e3c"
Unverified Commit ee5de663 authored by NielsRogge's avatar NielsRogge Committed by GitHub
Browse files

Add SegformerFeatureExtractor to Auto API (#15410)

parent 0f69b924
...@@ -46,6 +46,7 @@ FEATURE_EXTRACTOR_MAPPING_NAMES = OrderedDict( ...@@ -46,6 +46,7 @@ FEATURE_EXTRACTOR_MAPPING_NAMES = OrderedDict(
("perceiver", "PerceiverFeatureExtractor"), ("perceiver", "PerceiverFeatureExtractor"),
("swin", "ViTFeatureExtractor"), ("swin", "ViTFeatureExtractor"),
("vit_mae", "ViTFeatureExtractor"), ("vit_mae", "ViTFeatureExtractor"),
("segformer", "SegformerFeatureExtractor"),
] ]
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment