We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Is it the reason for timm version?
Sorry, something went wrong.
Hi there,
It seems to be a timm version problem, please use timm==0.4.5. In Colab, try using something like !pip install timm==0.4.5.
timm
timm==0.4.5
!pip install timm==0.4.5
Nevertheless, the code should report an error when the timm version is not consistent.
ast/src/models/ast_models.py
Line 50 in d7d8b4b
timm.__version__
-Yuan
It works now. Thanks.
No branches or pull requests
The text was updated successfully, but these errors were encountered: