ast
ast copied to clipboard
Unknown model (vit_deit_base_distilled_patch16_384)
Is it the reason for timm version?
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
.
Nevertheless, the code should report an error when the timm
version is not consistent.https://github.com/YuanGongND/ast/blob/d7d8b4b8e06cdaeb6c843cdb38794c1c7692234c/src/models/ast_models.py#L50. Can you check timm.__version__
?
-Yuan
It works now. Thanks.