tensorflow之【AttributeError: module 'tensorflow' has no attribute 'mul'】

一、注意:python  我是用的tensorflow版本:V1.9code 二、运行下面的代码:ip #!/usr/bin/python3 import tensorflow as tf input1 = tf.constant(3.0) input2 = tf.constant(2.0) input3 = tf.constant(5.0) intermed = tf.add(i
相关文章
相关标签/搜索