运行代码时报这几个错误,这几个错误都和timm有关:
ModuleNotFoundError: No module named timm.models.layers.activations
ImportError: cannot import name 'to_2tuple' from 'timm.models'
出现问题原因:
timm版本不对,之前安装的timm最新版本是0.9.7
解决办法:
卸载掉timm最新版本:
pip uninstall timm
安装timm 0.6.13问题解决,不再报错;
安装timm 0.6.13步骤:File---》settings——》project——》python interpreter——》+ ——》搜索安装相应的版本