MarvinTeichmann / tensorflow-fcn

An Implementation of Fully Convolutional Networks in Tensorflow.
MIT License
1.1k stars 433 forks source link

typo for tensorflow 1.0 (tf.mul --> tf.multiply) #35

Closed kheffah closed 7 years ago

kheffah commented 7 years ago

The actual function in tensorflow 1.0 is tf.multiply and not tf.mul.

MarvinTeichmann commented 7 years ago

thanks