nlintz / TensorFlow-Tutorials

Simple tutorials using Google's TensorFlow Framework
6k stars 1.51k forks source link

Update 00_multiply.py to TensorFlow r1.0.0-rc0 #72

Closed ruzrobert closed 7 years ago

ruzrobert commented 7 years ago

From r1.0.0-rc0 there is tf.multiply , not tf.mul.

hunkim commented 7 years ago

@ruzrobert Really appreciate your change for TF 1.0. Could you also change the note code?

ruzrobert commented 7 years ago

@hunkim Sure, I've made the second pull request (may be it is not correct in principes of git, i am new in that (that was my first pull request) )

hunkim commented 7 years ago

@ruzrobert No need to create a new PR. Just make an additional change in ruzrobert:patch-1, and push to your repos. Then, it will automatically update this PR. Do you want to try?

ruzrobert commented 7 years ago

@hunkim Sure! That was hard, but looks like I've succeded. Check pending.

Also, could you help me with a question in Issues tab? Thank you.

hunkim commented 7 years ago

Cool. Thanks! @ruzrobert I'll check out the issue.