Javacpp-presets: Windows DL4J on Eclipse - Missing jniopenblas in java.library.path

Created on 27 Aug 2019  路  4Comments  路  Source: bytedeco/javacpp-presets

Hi, I installed DL4J according to the Quick Start Guide and this blog post
but when I tried to fit a model that receives two inputs x, y and outputs (x > y) (Code in _NeuralNetworkFit.java_). I had an UsatisfiedLinkError (see _NeuralNetworkFit.log_)

So I followed the Debugging UnsatisfiedLinkError (see _UnsatisfiedLinkError.java_ and _UnsatisfiedLinkError.log_).

When I look at .javacpp/cache, there is no jniopenblas.dll (if I delete .javacpp/cache and I run _UnsatisfiedLinkError.java_, this folder is empty) I think that is the issue, but I don't know how to solve it. Can anyone help me?

Code and log file here.

question

All 4 comments

I imported dl4j-example as an eclipse project, but some import don't work
image

Oh! I forgot to say that I am using Eclipse without Maven/Gradle.

The libraries, from the tutorial "How setup DL4J for eclipse", are outdated (last updated in 2017).
So I will learn to use maven and install DL4j the "intended way".

Thanks for looking at this issue !^^

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mmanco picture mmanco  路  20Comments

Maurice-Betzel picture Maurice-Betzel  路  32Comments

Neiko2002 picture Neiko2002  路  32Comments

eix128 picture eix128  路  23Comments

archenroot picture archenroot  路  56Comments