GoogleCloudPlatform / tensorflow-without-a-phd

A crash course in six episodes for software developers who want to become machine learning practitioners.
Apache License 2.0
2.79k stars 911 forks source link

PLOT function does not work #41

Open JustinAsdz opened 5 years ago

JustinAsdz commented 5 years ago

The datavis.animate can only plot the startup figure even the iterations are set to 2001 or 10001. And the output in the terminal says: max test accuracy: 0 the model has not been trained at all.

while the following code can output the normal value

for i in range(10000+1): training_step(i, i % 100 == 0, i % 20 == 0)

FullDataAlchemist commented 5 years ago

I have the same problem. any result?!