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 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.
The text was updated successfully, but these errors were encountered:
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:
I think
does not work properly.
How should we avoid the error?
Thank you in advance.
The text was updated successfully, but these errors were encountered: