chiphuyen / stanford-tensorflow-tutorials

This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
http://cs20.stanford.edu
MIT License
10.32k stars 4.32k forks source link

can't find '/data/mnist' #61

Closed jerinw closed 6 years ago

JiaxinZhuang commented 6 years ago

I guess that code in this tutorial maybe doesn't check whether folder 'data' exists and try to make folder by itself. So try to create folder 'data' where code file is put in and rerun code again.

Atlas7 commented 6 years ago

Just change it to ./data/mnist on your local machine, or data/mnist. This will work assuming you run the code at examples directory.