chenmengzheAAA
2023-07-19 a78c3d5b4880aea417c613c0d9ca772e1e228bf7
funasr/models/encoder/ecapa_tdnn_encoder.py
@@ -528,8 +528,6 @@
    Arguments
    ---------
    device : str
        Device used, e.g., "cpu" or "cuda".
    activation : torch class
        A class for constructing the activation layers.
    channels : list of ints
@@ -555,7 +553,6 @@
    def __init__(
        self,
        input_size,
        device="cpu",
        lin_neurons=192,
        activation=torch.nn.ReLU,
        channels=[512, 512, 512, 512, 1536],