nlintz / TensorFlow-Tutorials

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

Update 04_modern_net.py #54

Closed gm06041 closed 7 years ago

gm06041 commented 7 years ago

In line 52, Y variable is useless. because predict_op function does not use Y variable.

hunkim commented 7 years ago

Nice catch. Could you check other files and see they have similar issues?

hunkim commented 7 years ago

@gm06041 Great! Did you push them into this (PR) branch? I can only see one file change.