Update old existing feature extractor references (#24552)
* Update old existing feature extractor references * Typo * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Address comments from review - update 'feature extractor' Co-authored by: Yih-Dar <2521628+ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -64,7 +64,7 @@ class MgpstrProcessorTest(unittest.TestCase):
|
||||
image_processor_map = {
|
||||
"do_normalize": False,
|
||||
"do_resize": True,
|
||||
"feature_extractor_type": "ViTFeatureExtractor",
|
||||
"image_processor_type": "ViTImageProcessor",
|
||||
"resample": 3,
|
||||
"size": {"height": 32, "width": 128},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user