hnluo
2023-06-01 60d28e59c3fda041f1ddccd842b2c9e94f2b9af1
funasr/modules/eend_ola/encoder.py
@@ -87,7 +87,7 @@
                 n_layers: int,
                 n_units: int,
                 e_units: int = 2048,
                 h: int = 8,
                 h: int = 4,
                 dropout_rate: float = 0.1,
                 use_pos_emb: bool = False):
        super(EENDOLATransformerEncoder, self).__init__()