GraphTrainableModel#internalPredict
works only with one-dimensional predictions
#327
Milestone
GraphTrainableModel#internalPredict
works only with one-dimensional predictions
#327
It should be possible to make predictions of multiple-dimensions, for example, images, like in the Autoencoder example. However, the linked example fails at https://github.com/JetBrains/KotlinDL/blob/11d4eb175323b61d2e709d4133cbbde49c033746/api/src/main/kotlin/org/jetbrains/kotlinx/dl/api/core/GraphTrainableModel.kt#L698 as
predictionsTensor
has differrent dimentionality fromdst
.The text was updated successfully, but these errors were encountered: