You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your question. Please follow the steps below:
First, clone the repository using the following command:
git clone https://github.com/Adamdad/kat.git
and install the envs as required
After cloning, navigate to the repository and use the example.py script to get started.
Reasons
The issue arises because the katransformer module needs to be imported for the model kat_tiny_patch16_224 to be registered in timm. Without this import, the model won't be recognized. Make sure to import katransformer before creating the model:
Hello @Adamdad I followed your instructions and still getting the error 'RuntimeError: Unknown model (kat_tiny_patch16_224)'. Can you please kindly help me?
import timm
model = timm.create_model("hf_hub:adamdad/kat_tiny_patch16_224.vitft", pretrained=True)
RuntimeError: Unknown model (kat_tiny_patch16_224)
sorry,when i want download your model then ,can you help me?
The text was updated successfully, but these errors were encountered: