from local

This commit is contained in:
dohe0342 2023-05-24 11:52:27 +09:00
parent c8eb8a9a87
commit aeb474bfe1
2 changed files with 1 additions and 0 deletions

View File

@ -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)