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)
|
||||||
|
|||||||
Reference in New Issue
Block a user