We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4e066 commit 9ee6d6aCopy full SHA for 9ee6d6a
1 file changed
speechbrain/processing/features.py
@@ -1053,9 +1053,6 @@ def normalise_dimensions(
1053
1054
(reduce_dimensions, keep_dimensions) = normalise_dimensions(x, dim)
1055
1056
- # Compute the number of elements that the statistics are computed over
1057
- # and check that the mask is shaped correctly.
1058
-
1059
# Check that the mask is shaped correctly.
1060
if mask is not None:
1061
assert len(mask.shape) == len(x.shape)
0 commit comments