Package org.jetbrains.kotlinx.dl.api.core
Types
Functional
Link copied to clipboard
A Functional model is defined as a directed graph of layers.
GraphTrainableModel
Link copied to clipboard
GraphTrainableModel model groups a linear stack of layers into a graph-based TensorFlow Model. Also, it provides training and inference features on this model.
KGraph
Link copied to clipboard
A wrapper object to extend functionality and behaviour of static TensorFlow graph.
SavingFormat
Link copied to clipboard
Model saving format.
Sequential
Link copied to clipboard
Sequential model groups a linear stack of layers into a TensorFlow Model. Also, it provides training and inference features on this model.
TrainableModel
Link copied to clipboard
Base abstract class for all trainable models.
WritingMode
Link copied to clipboard
Model writing mode.
Functions
freeze
Link copied to clipboard
Freezes weights in all layers in this model, so they won't be changed during training.