Skip to content

Commit 557260a

Browse files
author
Rogier van Dalen
committed
Add docstring
1 parent 341e8d3 commit 557260a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

speechbrain/processing/features.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,6 +1142,10 @@ def combine_gaussian_statistics_distributed(
11421142

11431143

11441144
def mean_std_update(x, mask, dim, run_count, run_mean, run_std=None):
1145+
"""
1146+
Update the running count, running mean, and running standard deviation
1147+
by integrating new data x from multiple processes.
1148+
"""
11451149
assert torch.all(mask), "Not implemented yet"
11461150

11471151
# TODO implement run_std is None

0 commit comments

Comments
 (0)