Package ai.djl.training
package ai.djl.training
Contains classes and implementations to train a neural network.
- See Also:
-
ClassDescription
DefaultTrainingConfigis an implementation of theTrainingConfiginterface.Helper for easy training of a whole model, a trainining batch, or a validation batch.An interface that provides a mechanism to collect gradients during training.LocalParameterServeris an implementation of theParameterServerinterface.An interface for a key-value store to store parameters, and their corresponding gradients.TheParameterStorecontains a map from a parameter to the mirrors of it on other devices.TheTrainerinterface provides a session for model training.An interface that is responsible for holding the configuration required byTrainer.A class that is responsible for holding the training result produced byTrainer.