composer.algorithms.layer_freezing#

Modules

composer.algorithms.layer_freezing.layer_freezing

Core Layer Freezing classes and functions.

Progressively freeze the layers of the network during training, starting with the earlier layers.

See the Method Card for more details.

Functions

freeze_layers

Progressively freeze the layers of the network in-place during training, starting with the earlier layers.

Classes

LayerFreezing

Progressively freeze the layers of the network during training, starting with the earlier layers.