sccross.models.utils.freeze_running_stats

sccross.models.utils.freeze_running_stats(m)[source]

Selectively stops normalization layers from updating running stats

Parameters

m (Module) – Network module

Return type

None