composer.algorithms.selective_backprop#

Modules

composer.algorithms.selective_backprop.selective_backprop

composer.algorithms.selective_backprop.selective_backprop

composer.algorithms.selective_backprop

Functions

select_using_loss

Selectively backpropagate gradients from a subset of each batch (Jiang et al, 2019).

should_selective_backprop

Decide if selective backprop should be run based on time in training.

Classes

SelectiveBackprop

Selectively backpropagate gradients from a subset of each batch (Jiang et al, 2019).