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
I'm trying to run the MNIST example and I get this:
[valeriuc@gcn2 examples]$ th mnist.lua
/hpc/sw/torch7-2016.03.10/bin/luajit: cannot open </home/valeriuc/.torch/dataset/3015872663> in mode r at /home/vc0057/torch/pkg/torch/lib/TH/THDiskFile.c:640
stack traceback:
[C]: at 0x2aaaab0e7500
[C]: in function 'DiskFile'
/hpc/sw/torch7-2016.03.10/share/lua/5.1/torch/File.lua:405: in function 'load'
/hpc/sw/torch7-2016.03.10/share/lua/5.1/dataset/Index.lua:64: in function 'Index'
/hpc/sw/torch7-2016.03.10/share/lua/5.1/dataset/Dataset.lua:18: in function 'Dataset'
mnist.lua:28: in main chunk
[C]: in function 'dofile'
.../torch7-2016.03.10/lib/luarocks/rocks/trepl/scm-1/bin/th:145: in main chunk
[C]: at 0x00405ff0
I'm trying to run the MNIST example and I get this:
Do you know what the problem could be?