BinRoot / TensorFlow-Book

Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
http://www.tensorflowbook.com
MIT License
4.45k stars 1.21k forks source link

ch04_classification/Concept02_logistic error #41

Open bxorganization opened 6 years ago

renatonankran commented 6 years ago

python is showing this error: ValueError: Cannot feed value of shape (1, 2000) for Tensor 'y:0', which has shape '(?,)'

I just copyed the code from the notebook.