解决AttributeError: module ‘tensorflow_core.activations‘ has no attribute ‘swish‘

今天使用transformers遇到这个错误,查了很多都是说pytorch、tensorflow以及keras版本不对应问题。更改torch版本和transformers版本均不行,按照别人经验将tensorflow升级为最新2.3.1版也不行。
看报错发现是下面这句
解决AttributeError: module ‘tensorflow_core.activations‘ has no attribute ‘swish‘
解决AttributeError: module ‘tensorflow_core.activations‘ has no attribute ‘swish‘
点进去,将该激活方法注释掉即可。(前提是我没有使用到)
解决AttributeError: module ‘tensorflow_core.activations‘ has no attribute ‘swish‘
解决!

上一篇:[POJ 2689] Prime Distance


下一篇:C# 特性标签(Attribute)