Learn.jl icon indicating copy to clipboard operation
Learn.jl copied to clipboard

ERROR: LoadError: ArgumentError: Module LossFunctions not found in current path.

Open elliotnam opened this issue 9 years ago • 3 comments

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

elliotnam avatar Oct 24 '16 05:10 elliotnam

Failing builds is not a reason to open an issue. Did you Pkg.clone LossFunctions?

joshday avatar Oct 24 '16 13:10 joshday

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 .

tbreloff avatar Oct 25 '16 18:10 tbreloff

It is working after Pkg.clone() thanks One more Question. Can I use MLPlot in TensorFlow in Julia to see the result ?

elliotnam avatar Oct 26 '16 02:10 elliotnam