-
For persisting there is following documentation: https://deeplearning4j.org/modelpersistence
It lacks information about persisting of normalizers.
-
#### Issue Description
I got a runtime bug after updating the version to the latest 1.0.0-beta6. Please double-check the below log. It crashes when I am trying to normally load a model for inferenc…
-
See this comment for details:
https://github.com/KonduitAI/deeplearning4j/pull/134/files#r372741255
-
Add GPu-Z on windows, nvidia-smi, and step by step instructions on how to verify the gpu is working with deeplearning4j.
-
https://deeplearning4j.org/troubleshootingneuralnets#data-normalization
Does not mention how to do labels normalization using for example NormalizerStandardize.
-
#### Issue Description
I am switching the dl4j from 1.0.0-beta3 to 1.0.0-beta4 by changing the Gradle file. However, I got the below build error:
``` Program type already present: org.opencv.andro…
-
Model DM'd in slack channel.
Errors out in beta7 based on a serialization bug. Should be fixed in snapshots but gives this instead:
```
11:24:34.710 [main] INFO org.nd4j.versioncheck.VersionChec…
eraly updated
4 years ago
-
Do you have Deeplearning4j Spark Examples Repo in Scala? I have seen that you have it in Java.
Have you planned doing it soon?
Thank you!
-
Hi, I was trying to load a .pb file that was converted using **darkflow** `flow --model cfg/my-tiny-yolo-obj.cfg --load bin/my-tiny-yolo-obj.weights --savepb` that was trained using **darknet**. When …
-
Use the RL4J code on VizDoom. This supposedly already works, so I can look at the RL4J code to get more inspiration, but I will use my existing code that actually successfully runs VizDoom.