成功解决AttributeError: module 'tensorflow' has no attribute 'histogram_summary'
成功解决AttributeError: module 'tensorflow' has no attribute 'histogram_summary'
解决问题
AttributeError: module 'tensorflow' has no attribute 'histogram_summary'
解决思路
属性错误:模块“tensorflow”没有属性“histogram_summary”
解决方法
因为'tensorflow版本升级问题,调用方法发生了改变,注意,需要修改多处!
只需要将
histogram_summary
修改为
tf.summary.histogram
哈哈,大功告成!
赞 (0)