composer.algorithms.label_smoothing#

Modules

composer.algorithms.label_smoothing.label_smoothing

Core Label Smoothing classes and functions.

Shrinks targets towards a uniform distribution to counteract label noise. Introduced in Rethinking the Inception Architecture for Computer Vision.

See the Method Card for more details.

Functions

smooth_labels

Shrink targets towards a uniform distribution as in Szegedy et al.

Classes

LabelSmoothing

Shrink targets towards a uniform distribution as in Szegedy et al.