FasterViT
FasterViT copied to clipboard
Mismatch with timm library
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
you should install version timm==0.9.6. latest version dose not work.