deeplearning4j-examples
deeplearning4j-examples copied to clipboard
Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)
#### Issue Description Please describe your issue, along with: - expected behavior run correctly - encountered behavior app crash #### Version Information Please indicate relevant versions, including, if relevant: *...
Run and clean up README for melodl4j... Assign me
Issue Description Please describe your issue, along with: expected behavior run correctly encountered behavior Batch = 100 Epoch complete: 1% ======================== TEST ======================== In: what is all this " they...
Looks like predictions are very skewed towards one class even though training metrics look okay. Assign me.
Even on snapshots. Might be a bug. Assign me.
#### Issue Description Hello, I am new to deeplearning4j, and when I try to build the android example, it shows that: Could not find nd4j-native-1.0.0-SNAPSHOT-android-arm.jar (org.nd4j:nd4j-native:1.0.0-SNAPSHOT:20201215.045005-20693). Searched in the following...
Hi, If I use tf1.4 model with pb format, it takes almost 200ms in DeepFM (70 features, 3 dim each embedding lookup vector). After debug, we catch the problems in...
#### Issue Description Please describe your issue, along with: in this example https://github.com/eclipse/deeplearning4j-examples/blob/master/samediff-examples/src/main/java/org/nd4j/examples/samediff/quickstart/basics/Ex2_LinearRegression.java why gradMap.get("weights") and gradMap.get("bias") return me different value when I run it in many times ? -...
I've looked at DL4J before. It looks like version 0.9.8. I tried running the number recognition and got a 98 percent model. I didn't have time to dig into it...
**The same error occurs when executing any program:** Exception in thread "main" java.lang.ExceptionInInitializerError at org.nd4j.linalg.cpu.nativecpu.ops.NativeOpExecutioner.(NativeOpExecutioner.java:86) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at java.lang.Class.newInstance(Class.java:442) at org.nd4j.linalg.factory.Nd4j.initWithBackend(Nd4j.java:5178) at org.nd4j.linalg.factory.Nd4j.initContext(Nd4j.java:5092)...