Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'TrOCRProcessor' object has no attribute 'feature_extractor' #233

Closed
Zahak-Anjum opened this issue Jan 8, 2023 · 1 comment

Comments

@Zahak-Anjum
Copy link

Following your notebook for the finetuning of TrOCR using Seq2SeqTrainer I get the following error:
AttributeError: 'TrOCRProcessor' object has no attribute 'feature_extractor'

image

I am using google coloab for training.

Please help me to solve this error!

@larsson-patrik
Copy link

replace tokenizer=processor.feature_extractor with tokenizer=processor.image_processor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants