Update encoder.py

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

View File

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