Tensorflow之AttributeError: module 'tensorflow' has no attribute 'mul'

 

tf.mul已经在新版本中被移除,请使用 tf.multiply 代替

原文地址:https://www.cnblogs.com/chenlove/p/9299349.html