Sense-X / UniFormer

[ICLR2022] official implementation of UniFormer
Apache License 2.0
812 stars 111 forks source link

Unknown model (uniformer_large_ls) #127

Open ZZ00325 opened 7 months ago

ZZ00325 commented 7 months ago

hello, i got the erro, Please tell me how to solve?

raise RuntimeError('Unknown model (%s)' % model_name) RuntimeError: Unknown model (uniformer_large_ls)

Andy1621 commented 7 months ago

Please provide full command and full log to check the problem

1859140 commented 6 months ago

I also encountered this problem, but in another author's uniformer-based code, and the model uniformer_large_ls was not found in timm. i would like to know if uniformer_large_ls is a pre-trained model that needs to be downloaded in advance?