-
Notifications
You must be signed in to change notification settings - Fork 60
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
TypeError: unsupported operand type(s) for *: 'dict' and 'int' #1
Comments
I have the same question, then I use the Transformers-4.25.1 and the question is solved. Hope help you~ |
Thanks, when I updated the version of |
TypeError: unsupported operand type(s) for *: 'dict' and 'int' |
same question |
hello, I met the problem like "texts.append(data['text']) KeyError: 'text'" when I updated the version to 4.25.1, and I would like to ask if you encountered the same problem and how to solve it. |
same question!!! |
I am a beginner in natural language processing.
When I clone the repository, install the environment dependencies, and try to run the quickstart code in README, the following error occurs, how should I solve it?
my python version is 3.8.15, other dependencies have the same version as the requirements.txt
I tried to output the values of several parameters in
transformers/models/clip/feature_extraction_clip.py", line 207, in resize
and found that the type ofsize
isdict
, notint
,The specific values are as follows:The text was updated successfully, but these errors were encountered: