I am working with DeepLearning4J working with the 1.0.0-beta7 release. I am getting two errors at run time.
- jnind4jcpu.dll unsupported jni version 0xffffffff
- no nd4jcpu in java.library.path
I setup a path to the to a folder where I have a few other dlls for this effort. I am using java jvm 1.8.
So what version of the jvm should I use for question #1 and where in the dn4j maven project can I find the second one? I tried the uber jar for nd4j and still the same errors.
Thanks for any help!