Transformer-SSL icon indicating copy to clipboard operation
Transformer-SSL copied to clipboard

Cannot import vit_deit_small

Open michuanhaohao opened this issue 3 years ago • 1 comments

from timm.models import vit_deit_small_patch16_224 ImportError: cannot import name 'vit_deit_small_patch16_224' from 'timm.models' (/home/michuan.lh/miniconda3/envs/moby/lib/python3.7/site-packages/timm/models/init.py)

Thanks for your work. When I run your code, I got an error that cannot import vit_deit_small_patch16_224.

michuanhaohao avatar Jun 09 '21 06:06 michuanhaohao