composer.algorithms.ghost_batchnorm#

Modules

composer.algorithms.ghost_batchnorm.ghost_batchnorm

composer.algorithms.ghost_batchnorm.ghost_batchnorm

Replaces batch normalization modules with Ghost Batch Normalization modules that simulate the effect of using a smaller batch size.

See GhostBatchNorm or the Method Card for details.

Functions

apply_ghost_batchnorm

Replace batch normalization modules with ghost batch normalization modules.

Classes

GhostBatchNorm

Replaces batch normalization modules with Ghost Batch Normalization modules that simulate the effect of using a smaller batch size.