成功解决AttributeError: module ‘tensorflow‘ has no attribute ‘get_variable‘

解决问题


AttributeError: module 'tensorflow' has no attribute 'get_variable'


解决思路


属性错误:模块tensorflow没有属性get_variable


解决方法


版本升级导致该方法被弃用,可以选择修改方法,或着调用旧版本的函数去解决!



tf.get_variable

改为


tf.compat.v1.get_variable


上一篇:将Bean放入Spring容器中的五种方式


下一篇:Calico 的网络结构是什么?- 每天5分钟玩转 Docker 容器技术(68)