Package org.jetbrains.kotlinx.dl.api.core.exception

Types

IdentityDimensionalityException
Link copied to clipboard
class IdentityDimensionalityException(dimensions: Long) : Exception

Thrown if it's not 2D matrix created.

RepeatableLayerNameException
Link copied to clipboard
class RepeatableLayerNameException(layerName: String) : Exception

Thrown by org.jetbrains.kotlinx.dl.api.core.Sequential model during model initialization if the model layers has the same name in a few layers.