Update encoder.py

This commit is contained in:
YuriHead 2023-06-23 00:52:53 +08:00 committed by GitHub
parent 80b7649880
commit 7d76d46d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class SpeechEncoder(object):
pass
def encoder(self,wav):
def encoder(self, wav):
"""
input: wav:[signal_length]
output: embedding:[batchsize,hidden_dim,wav_frame]