mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
c8eb8a9a87
commit
aeb474bfe1
Binary file not shown.
@ -37,6 +37,7 @@ from convolution import ConvolutionModule
|
|||||||
|
|
||||||
logger = logging.getLogger().setLevel(logging.INFO)
|
logger = logging.getLogger().setLevel(logging.INFO)
|
||||||
|
|
||||||
|
|
||||||
class TransformerEncoderAdapter(TransformerEncoder):
|
class TransformerEncoderAdapter(TransformerEncoder):
|
||||||
def __init__(self, args: Wav2Vec2Config):
|
def __init__(self, args: Wav2Vec2Config):
|
||||||
super().__init__(args)
|
super().__init__(args)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user