According to the tensorflow 1.0.0 release notes,
tf.mul,tf.subandtf.negare deprecated in favor oftf.multiply,tf.subtractandtf.negative.
You’ll need to replace tf.mul with tf.multiply.
According to the tensorflow 1.0.0 release notes,
tf.mul,tf.subandtf.negare deprecated in favor oftf.multiply,tf.subtractandtf.negative.
You’ll need to replace tf.mul with tf.multiply.