I already have experience with deep learning. I use python and cuda works fine with my GPU when training a model. BUT, now I need to use Java (for an optional school project I want to create a reinforcement learning AI and I have to use Java). I'm completely new to Java so I followed this video which is based on the quickstart guide of the DL4J website. When it comes to dowloading the examples, everything works fine : image.
When I run examples on cpu (with neural nets) everythings works fine. But, when I try this one "MultiGpuLenetMnistExample" (it's in the "dl4j-cuda-specific-examples" folder), I get the following error and I tried to look for answers but I didn't find what I wanted (or maybe didn't understand the answers). I guess the problem comes from the nd4j backend or something with jcublas but I don't know what to do with that.
Consider that I am not comfortable yet with all the subtilities of Java, when I looked for people with the same issue I didn't understand what they were talking about, I just discovered the concept of pom.xml files for example... But I've seen that people answering were usualy asking for the java -version, mvn --version or nvcc --version so here they are.