martin-gorner / tensorflow-mnist-tutorial

Sample code for "Tensorflow and deep learning, without a PhD" presentation and code lab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NO Data Training in Spyder

ZENGTLONG opened this issue · comments

I have installed the Anaconda and tensorflow 1.0. and then I started Spyder ,ran the file 'mnist_1.0_softmax.py',and a folder named 'data' appeared..Next ,I only saw a graph without any data.

I encountered the same issiue. How was it resolved?

I will guess this is an interaction between Spyder and matplotlib. If you get to the bottom of this please post and answer here but as for this project, this is out of scope.

Yes, it is an interaction issue. The IPython console in Spyder does not work well. But it works perfectly if you open a Python console.