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

Shrinks targets towards a uniform distribution to counteract label noise as in Szegedy et al.

Classes

LabelSmoothing

Shrinks targets towards a uniform distribution to counteract label noise as in Szegedy et al.