nlintz / TensorFlow-Tutorials

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

Refactor for TensorFlow 1.0 #69

Closed normanheckscher closed 7 years ago

normanheckscher commented 7 years ago

Tested with TensorFlow r1.0 alpha

Signed-off-by: Norman Heckscher norman.heckscher@gmail.com

hunkim commented 7 years ago

Looks good. Do you know why travis fails?

hunkim commented 7 years ago

@normanheckscher, could you check this?

File "07_lstm.py", line 68, in cost = tf.reduce_mean(tf.nn.softmax_cross_entropy_with_logits(py_x, Y))

normanheckscher commented 7 years ago

Yes. That's it. I'm testing with travis on my repo now. On Sun, 15 Jan 2017 at 14:31, Sung Kim notifications@github.com wrote:

@normanheckscher https://github.com/normanheckscher, could you check this?

File "07_lstm.py", line 68, in

cost = tf.reduce_mean(tf.nn.softmax_cross_entropy_with_logits(py_x, Y))

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/nlintz/TensorFlow-Tutorials/pull/69#issuecomment-272673086, or mute the thread https://github.com/notifications/unsubscribe-auth/AF86NNcVEBo-_eJHK-bIwPLbF5Jh4Oaoks5rSaEQgaJpZM4LjuOS .

-- Regards, Norman Heckscher - Sent from my iPhone. norman.heckscher@gmail.com

hunkim commented 7 years ago

Wow! All tests pass!!