scglue.models.nn.freeze_running_stats

scglue.models.nn.freeze_running_stats(m)[source]

Selectively stops normalization layers from updating running stats

Parameters:

m (Module) – Network module

Return type:

None