change the bitwise for masking and small fixes

This commit is contained in:
Eren Golge
2019-08-19 16:24:28 +02:00
parent c637aa04a2
commit 72ad58d893
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -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):