Issue Description
Execution under JAVA9+ fails with the module loading error:
Error occurred during initialization of boot layer
java.lang.module.FindException: Error reading module: C:\Users***.gradle\caches\modules-2\files-2.1\org.deeplearning4j\deeplearning4j-modelimport\1.0.0-M2.1\243b6fe760e61d75917392c4d61f318716504f1e\deeplearning4j-modelimport-1.0.0-M2.1.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Package org.deeplearning4j.frameworkimport.keras.keras.layers.convolutional not found in module
Version Information
Deeplearning4j 1.0.0-M2.1
Additional Information
The issue introduced in the Misc fixes for java side for M2 release commit due to package renames, like
org.deeplearning4j.frameworkimport.keras.keras.KerasModelImport =>org.deeplearning4j.nn.modelimport.keras.KerasModelImport