pumpikano / tf-dann

Domain-Adversarial Neural Network in Tensorflow
MIT License
628 stars 224 forks source link

tf.neg -> tf.negative #10

Closed jaejun-yoo closed 6 years ago

jaejun-yoo commented 7 years ago

As tf.mul, tf.sub and tf.neg are deprecated in favor of tf.multiply, tf.subtract and tf.negative in tensorflow 1.0.0.rc1 release. reference: https://github.com/tensorflow/tensorflow/releases/tag/v1.0.0-rc1