AttributeError: module ‘tensorflow’ has no attribute ‘mul’

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