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
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
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