Unable to use Convnextv2 from timm

#11
by devesh1412 - opened

Hi,
I am trying to use pre-trained "convnextv2" family of models and I currently have timm .6.13 installed on my machine. However for some reason I can't seem to find this family of models under timm.models.list_models('convnext*')

fyi - I am trying to follow the steps on this link - https://huggingface.co/timm/convnextv2_tiny.fcmae_ft_in22k_in1k

Can someone help?

thanks,
Devesh

Hi @devesh1412 ,

Seems like timm ConvNeXt V2 models are registered with 0 classes and don't show up in the list. We'll fix this shortly but you can use the transformers implementation in the meanwhile, see the list of available model versions over here:
https://huggingface.co/models?sort=downloads&search=facebook%2Fconvnextv2

Hugging Face org
victor changed discussion status to closed

Sign up or log in to comment