FasterViT icon indicating copy to clipboard operation
FasterViT copied to clipboard

Mismatch with timm library

Open MaratZakirov opened this issue 1 year ago • 1 comments

ImportError: cannot import name '_update_default_kwargs' from 'timm.models._builder' In timm github repo you may see recent name '_update_default_model_kwargs' https://github.com/huggingface/pytorch-image-models/blob/main/timm/models/_builder.py

MaratZakirov avatar Apr 16 '24 10:04 MaratZakirov

you should install version timm==0.9.6. latest version dose not work.

zohrehghaderi avatar May 08 '24 15:05 zohrehghaderi