mirror of
https://github.com/wassname/TTS.git
synced 2026-09-12 12:11:47 +08:00
change the bitwise for masking and small fixes
This commit is contained in:
@@ -103,7 +103,6 @@ class MyDataset(Dataset):
|
||||
if self.enable_eos_bos:
|
||||
phonemes = pad_with_eos_bos(phonemes)
|
||||
phonemes = np.asarray(phonemes, dtype=np.int32)
|
||||
|
||||
return phonemes
|
||||
|
||||
def load_data(self, idx):
|
||||
|
||||
Reference in New Issue
Block a user