This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| org.deeplearning4j.nn.conf.inputs.InvalidInputTypeException: Invalid input: ElementWise vertex cannot process CNN activations of different sizes:first [channels,width,height] = [32,112,112], input 1 = [32,1,1] | |
| at org.deeplearning4j.nn.conf.graph.ElementWiseVertex.getOutputType(ElementWiseVertex.java:162) | |
| at org.deeplearning4j.nn.modelimport.keras.layers.core.KerasMerge.getOutputType(KerasMerge.java:153) | |
| at org.deeplearning4j.nn.modelimport.keras.KerasModel.inferOutputTypes(KerasModel.java:304) | |
| at org.deeplearning4j.nn.modelimport.keras.KerasModel.<init>(KerasModel.java:179) | |
| at org.deeplearning4j.nn.modelimport.keras.KerasModel.<init>(KerasModel.java:96) | |
| at org.deeplearning4j.nn.modelimport.keras.utils.KerasModelBuilder.buildModel(KerasModelBuilder.java:307) | |
| at org.deeplearning4j.nn.modelimport.keras.KerasModelImport.importKerasModelAndWeights(KerasModelImport.java:172) | |
| at weka.dl4j.zoo.keras.KerasZooModel.initPretrained(KerasZooModel.java:101) | |
| at weka.dl4j.zoo.keras.KerasZooModel.initPretrained(Keras |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # A fatal error has been detected by the Java Runtime Environment: | |
| # | |
| # SIGSEGV (0xb) at pc=0x00007fabe8008083, pid=13766, tid=13847 | |
| # | |
| # JRE version: OpenJDK Runtime Environment (14.0.1+7) (build 14.0.1+7) | |
| # Java VM: OpenJDK 64-Bit Server VM (14.0.1+7, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64) | |
| # Problematic frame: | |
| # C 0x00007fabe8008083 | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # A fatal error has been detected by the Java Runtime Environment: | |
| # | |
| # SIGSEGV (0xb) at pc=0x00007f3e30009024, pid=22817, tid=22909 | |
| # | |
| # JRE version: OpenJDK Runtime Environment (11.0.7+10) (build 11.0.7+10-post-Ubuntu-2ubuntu218.04) | |
| # Java VM: OpenJDK 64-Bit Server VM (11.0.7+10-post-Ubuntu-2ubuntu218.04, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64) | |
| # Problematic frame: | |
| # C 0x00007f3e30009024 | |
| # |
OlderNewer