amaas / stanford_dl_ex

Programming exercises for the Stanford Unsupervised Feature Learning and Deep Learning Tutorial
http://ufldl.stanford.edu/tutorial
MIT License
2.59k stars 1.6k forks source link

ther is no data in the common folder! #21

Open wangjiangchuan opened 7 years ago

wangjiangchuan commented 7 years ago

images = loadMNISTImages('../common/train-images-idx3-ubyte');

when I run the cnnExercise.m, gives the following error: error usage loadMNISTImages (line 6) Could not open ../common/train-images-idx3-ubyte error cnnExercise (line 26) images = loadMNISTImages('../common/train-images-idx3-ubyte');

Yannic92 commented 7 years ago

Please read all three sentences: http://ufldl.stanford.edu/tutorial/StarterCode/