astorfi / TensorFlow-World

:earth_americas: Simple and ready-to-use tutorials for TensorFlow
MIT License
4.52k stars 416 forks source link

logits is an undefined name in this context, should it be logits_last? #19

Closed cclauss closed 7 years ago

cclauss commented 7 years ago

Undefined names can raise NameErrorat runtime.

https://travis-ci.org/astorfi/TensorFlow-World/jobs/272817788#L623-L626

https://github.com/astorfi/TensorFlow-World/blob/master/codes/3-neural_networks/multi-layer-perceptron/code/test_classifier.py#L113

astorfi commented 7 years ago

@cclauss Thank you for your consideration.

astorfi commented 7 years ago

It's been resolved!