You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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');
The text was updated successfully, but these errors were encountered:
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');
The text was updated successfully, but these errors were encountered: