-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training LeNet on MNIST #188
Comments
@tenthdimension Are you running on some big endian architectures? Or maybe your downloaded data gets corrupted? |
Hi Chiyuan. No, running on a little endian, x86 processor, and downloading the four files from http://yann.lecun.com/exdb/mnist/ |
Chiyuan, where are these files supposed to be in for convert.jl to read them? datasets = @compat(Dict("train" => ["train-labels-idx1-ubyte","train-images-idx3-ubyte"], |
@hpoit You need to run |
I tried doing that. Let me finish a course and I'll get back to this shortly. |
I'm having trouble making convert.jl locate t10k-labels-idx1-ubyte.gz file (which is in my Downloads folder): julia> include("/Users/Corvus/Google Drive/convert.jl") |
I think it worked-- I just changed the directory on convert.jl to my Downloads folder include("/Users/Corvus/Google Drive/convert.jl") |
Now I got this
line 18 being |
Is |
On http://mochajl.readthedocs.org/en/latest/tutorial/mnist.html
Why read from @pluskid I know you have a handful so attempting to distribute it a little. |
Hi, in the docs it says "Note the source is a simple text file that contains a list of real data files (in this case data/train.hdf5)" From my brief reading of the above, you haven't used |
I ran
Objective completed. Thanks. |
Hi! Need assistance...
include("/.../convert.jl")
ERROR: LoadError: AssertionError: ntoh(label_header[1]) == 2049
[inlined code] from /.../convert.jl:17
in anonymous at no file:0
in include at /Applications/Julia-0.4.3.app/Contents/Resources/julia/lib/julia/sys.dylib
in include_from_node1 at /Applications/Julia-0.4.3.app/Contents/Resources/julia/lib/julia/sys.dylib
while loading /.../convert.jl, in expression starting on line 11
The text was updated successfully, but these errors were encountered: