-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@fangyynb I really can't tell what's going on here, but if the model requires an implementation that isn't built into timm, it has to have model entrypoint functions adhering to timm API that are registered with the EDIT: I looked closer, found their model, you need to checkout their codebase and use relative to their, they didn't create a package (the
|
Beta Was this translation helpful? Give feedback.
There is also at least one obvious mistake, they use
hf_hub
instead ofhf_hub_id
for the pretrained cfg registration. So I'd file issues there and reference this.