You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.IllegalArgumentException: buffer with 1536000 elements is not compatible with a Tensor with shape [1000, 32, 32, 3]
at org.tensorflow.Tensor.incompatibleBuffer(Tensor.java:580)
at org.tensorflow.Tensor.allocateForBuffer(Tensor.java:295)
at org.tensorflow.Tensor.create(Tensor.java:188)
at api.keras.Sequential.evaluate(Sequential.kt:382)
at examples.keras.cifar10.LeNetCifar10Kt.main(LeNetCifar10.kt:97)
at examples.keras.cifar10.LeNetCifar10Kt.main(LeNetCifar10.kt)
The text was updated successfully, but these errors were encountered:
Exception in thread "main" java.lang.IllegalArgumentException: buffer with 1536000 elements is not compatible with a Tensor with shape [1000, 32, 32, 3]
at org.tensorflow.Tensor.incompatibleBuffer(Tensor.java:580)
at org.tensorflow.Tensor.allocateForBuffer(Tensor.java:295)
at org.tensorflow.Tensor.create(Tensor.java:188)
at api.keras.Sequential.evaluate(Sequential.kt:382)
at examples.keras.cifar10.LeNetCifar10Kt.main(LeNetCifar10.kt:97)
at examples.keras.cifar10.LeNetCifar10Kt.main(LeNetCifar10.kt)
The text was updated successfully, but these errors were encountered: