Skip to content
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

Datasets not defined #20

Open
terasakisatoshi opened this issue Sep 24, 2018 · 2 comments
Open

Datasets not defined #20

terasakisatoshi opened this issue Sep 24, 2018 · 2 comments

Comments

@terasakisatoshi
Copy link

When I try to execute mnist.jl which is provided as an example of this repository, I get an error with the following error message:

$ julia mnist.jl 
[ Info: # CPU threads: 1
┌ Warning: CUDA cannot be found.
└ @ Merlin.CUDA ~/.julia/packages/Merlin/9PYPk/src/cuda/CUDA.jl:13
┌ Warning: Package Merlin does not have Test in its dependencies:
│ - If you have Merlin checked out for development and have
│   added Test as a dependency but haven't updated your primary
│   environment's manifest file, try `Pkg.resolve()`.
│ - Otherwise you may need to report an issue with Merlin
└ Loading Test into Merlin from project dependency, future warnings for Merlin are suppressed.
ERROR: LoadError: UndefVarError: Datasets not defined
Stacktrace:
 [1] include at ./boot.jl:317 [inlined]
 [2] include_relative(::Module, ::String) at ./loading.jl:1038
 [3] include(::Module, ::String) at ./sysimg.jl:29
 [4] exec_options(::Base.JLOptions) at ./client.jl:229
 [5] _start() at ./client.jl:421
in expression starting at /home/terasaki/Downloads/mnist.jl:2

I think

using Merlin.Datasets.MNIST

does not work properly.

How should we avoid the error?

Thank you in advance.

@terasakisatoshi
Copy link
Author

additional information:

my pc env: Ubuntu 16.04

julia> versioninfo()
Julia Version 1.0.0
Commit 5d4eaca0c9 (2018-08-08 20:58 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Core(TM) M-5Y51 CPU @ 1.10GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.0 (ORCJIT, broadwell)

@hshindo
Copy link
Owner

hshindo commented Sep 26, 2018

Thanks. This will be fixed soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants