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