Learn.jl
Learn.jl copied to clipboard
ERROR: LoadError: ArgumentError: Module LossFunctions not found in current path.
Hi I run JuliaML . I got this message and also the bulding is failing at this time what do I do to run it ? thx
Failing builds is not a reason to open an issue. Did you Pkg.clone LossFunctions?
Pkg.build("Learn")? Keep in mind this ecosystem is a work in progress. You should be prepared to hack if you want to actually use it.
On Monday, October 24, 2016, elliotnam [email protected] wrote:
Hi I run JuliaML . I got this message and also the bulding is failing at this time what do I do to run it ? thx
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JuliaML/Learn.jl/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AA492kL9mdapvnMOfmZglfusV9bTSK8nks5q3ENFgaJpZM4KeaPa .
It is working after Pkg.clone() thanks One more Question. Can I use MLPlot in TensorFlow in Julia to see the result ?