MCPcopy Create free account
hub / github.com/Z-yq/TensorflowASR / __init__

Method __init__

leaf_audio/postprocessing.py:28–42  ·  view source on GitHub ↗

Initializes the ExponentialMovingAverage. Args: coeff_init: the value of the initial coeff. per_channel: whether the smoothing should be different per channel. trainable: whether the smoothing should be trained or not.

(
            self,
            coeff_init: Union[float, tf.Tensor],
            per_channel: bool = False, trainable: bool = False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected