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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
it raised the following error while I use create_model:
TypeError: init() got an unexpected keyword argument 'pretrained_cfg'
Then I found that it is the different timm version leads to this problem. My timm version is 0.9.2 while your required version is 0.4. I want to know how can I use create_model without reducing the version
The text was updated successfully, but these errors were encountered:
it raised the following error while I use create_model:
TypeError: init() got an unexpected keyword argument 'pretrained_cfg'
Then I found that it is the different timm version leads to this problem. My timm version is 0.9.2 while your required version is 0.4. I want to know how can I use create_model without reducing the version
The text was updated successfully, but these errors were encountered: