nilboy / colorization-tf

A Tensorflow implementation of ECCV2016 paper([Colorful Image Colorization](https://arxiv.org/pdf/1603.08511.pdf))
83 stars 31 forks source link

tf.mul deprecated #2

Open pdcpalermo opened 6 years ago

pdcpalermo commented 6 years ago

tf.mul no longer exists (and has been renamed to tf.multiply: https://www.tensorflow.org/api_docs/python/tf/multiply)

sahilbandar commented 5 years ago

issue is resolved, Please close the issue.