from timm.models import create_model
model = create_model('repvit_m1')
Has the repvit model been registered in the timm library?
I cannot use the repvit model from the timm library. The error report is "RuntimeError: Unknown model (repvit_m1)".
The versions of the timm library we used are timm-0.5.4 and timm-0.9.2.
Thanks.