nlintz / TensorFlow-Tutorials

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

Added batch_szie to make it clear. #34

Closed hunkim closed 8 years ago

hunkim commented 8 years ago

Since we have many numbers in this example, some people might be confused 128/256 used in training/testing.

"I don't understand the role of 128 at line 108 either. Can you help me with that?" http://stackoverflow.com/questions/36736793/

I guess it would be nice to have: +batch_size = 128 +test_size = 256

To clearly show what 128/256 means. Please let me know it is OK.

Cheers!

nlintz commented 8 years ago

Totally agree, this looks much better