This commit is contained in:
ylzz1997 2023-05-14 23:19:48 +08:00
parent 0de441a5ef
commit 48b53b1b3a
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ class HubertSoft(SpeechEncoder):
self.dev = torch.device(device)
self.hidden_dim = 256
self.model = hubert_soft.to(self.dev)
return hubert_soft
def encoder(self, wav):
feats = wav