ValueError: Unrecognized feature extractor in microsoft/trocr-base-handwritten. Should have a `feature_extractor_type` key in its preprocessor_config.json of config.json, or one of the following `model_type` keys in its {CONFIG_NAME}: {', '.join(c for c in FEATURE_EXTRACTOR_MAPPING_NAMES.keys())}

#7
No description provided.

f"Unrecognized feature extractor in {pretrained_model_name_or_path}. Should have a "
ValueError: Unrecognized feature extractor in microsoft/trocr-large-handwritten. Should have a feature_extractor_type key in its preprocessor_config.json of config.json, or one of the following model_type keys in its {CONFIG_NAME}: {', '.join(c for c in FEATURE_EXTRACTOR_MAPPING_NAMES.keys())}

I am still getting this error.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment