We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When i try to run inference with, for example, Detic_LCOCOI21k_CLIP_R5021k_640b32_4x_ft4x_max-size model i have next error:
TypeError: __init__() got an unexpected keyword argument 'default_cfg'
With Detic_LCOCOI21k_CLIP_SwinB_896b32_4x_ft4x_max-size it works well. What should i change to run other models?
The text was updated successfully, but these errors were encountered:
I think this is because the version of timm is wrong, you can install 0.5.4. I met the same mistake, I changed the version and it worked.
Sorry, something went wrong.
Thank you! It also works for me!
No branches or pull requests
When i try to run inference with, for example, Detic_LCOCOI21k_CLIP_R5021k_640b32_4x_ft4x_max-size model i have next error:
With Detic_LCOCOI21k_CLIP_SwinB_896b32_4x_ft4x_max-size it works well.
What should i change to run other models?
The text was updated successfully, but these errors were encountered: