In build dl4j-master.version: 1.0.0-beta7:
org.nd4j: nd4j-cuda-10.0,
org.bytedeco: cuda: 10.0-7.4-1.5,
org.deeplearning4j: deeplearning4j-core
(using ComputationGraph KerasModelImport.importKerasModelAndWeights with model, which is fine works with another card with cuda 11.6)
there is Exception:
modelimport.keras.exceptions.InvalidKerasConfigurationException: Expected model class name Model (found Functional);
In build dl4j-master.version: 1.0.0-M2.1:
org.nd4j: nd4j-cuda-10.2,
org.bytedeco: cuda: 10.2-8.2-1.5.6,
org.deeplearning4j: deeplearning4j-core
there is Exception:
Could not find jnicudart in class, module, and library paths,
Warning: Versions of org.bytedeco:javacpp:1.5.7 and org.bytedeco:cuda:10.2-8.2-1.5.6 do not match.
Does jetson nano actually work with these libraries?
Maybe these builds is missing certain dependencies?