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
相關文章
相關標籤/搜索