今天使用transformers遇到这个错误,查了很多都是说pytorch、tensorflow以及keras版本不对应问题。更改torch版本和transformers版本均不行,按照别人经验将tensorflow升级为最新2.3.1版也不行。
看报错发现是下面这句
点进去,将该激活方法注释掉即可。(前提是我没有使用到)
解决!
相关文章
- 09-23AttributeError: module 'socket' has no attribute 'SO_REUSEPORT'
- 09-23完美解决AttributeError: module 'scipy.misc' has no attribute 'imread'报错问题
- 09-23AttributeError: module 'scipy.misc' has no attribute 'imread'
- 09-23module 'matplotlib.mlab' has no attribute 'normpdf'错误解决办法
- 09-23python文件名不要跟模块名相同,报错AttributeError: 'module' object has no attribute 'Differ'
- 09-23Pycharm 报错 AttributeError: module 'pip' has no attribute 'main'
- 09-23安装pandas报错(AttributeError: 'module' object has no attribute 'main')
- 09-23AttributeError: module 'time' has no attribute 'clock'
- 09-23AttributeError: module 'tensorflow._api.v2.image' has no attribute 'resize_images
- 09-23module 'tensorflow' has no attribute 'ConfigProto'/'Session'解决方法