I always get the error of:
Error occurred during initialization of boot layer
java.lang.module.FindException: Error reading module: C:\Users\Ferra.m2\repository\org\deeplearning4j\deeplearning4j-modelimport\1.0.0-M2\deeplearning4j-modelimport-1.0.0-M2.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Package org.deeplearning4j.frameworkimport.keras.keras.layers.convolutional not found in module
i checked, and this package does not seem to be in any of the versions?
@Ferra try upgrading to M2.1 first. M2 is the prior version.
it also has the exact same problem
@Ferra ok what java version are you running? I might have to look at a workaround…
java version “21.0.4” 2024-07-16 LTS
Java™ SE Runtime Environment Oracle GraalVM 21.0.4+8.1 (build 21.0.4+8-LTS-jvmci-23.1-b41)
Java HotSpot™ 64-Bit Server VM Oracle GraalVM 21.0.4+8.1 (build 21.0.4+8-LTS-jvmci-23.1-b41, mixed mode, sharing)
HI @Ferra , have you run the maven dependency tree to see if the dependency that you are looking shows up in the list.