摘要: 1.module 'tensorflow' has no attribute 'mul' tf.mul已经在新版本中被移除,使用 tf.multiply 代替 解决方法 将tf.mul(input1, input2) 改为 tf.multiply(input1, input2) 2.Attribut 阅读全文
posted @ 2018-11-30 10:01 Fiona_Y 阅读(867) 评论(0) 推荐(0)