November 2019
Intermediate to advanced
304 pages
8h 40m
English
In addition to the common runtime issues that were discussed previously, Windows users may face cuDNN-specific errors while training a CNN. The actual root cause could be different and is tagged under UnsatisfiedLinkError:
o.d.n.l.c.ConvolutionLayer - Could not load CudnnConvolutionHelper java.lang.UnsatisfiedLinkError: no jnicudnn in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867) ~[na:1.8.0_102] at java.lang.Runtime.loadLibrary0(Runtime.java:870) ~[na:1.8.0_102] at java.lang.System.loadLibrary(System.java:1122) ~[na:1.8.0_102] at org.bytedeco.javacpp.Loader.loadLibrary(Loader.java:945) ~[javacpp-1.3.1.jar:1.3.1] at org.bytedeco.javacpp.Loader.load(Loader.java:750) ~[javacpp-1.3.1.jar:1.3.1] ...