forked from mrq/DL-Art-School
Fix bug in code alignment
This commit is contained in:
parent
8e2439f50d
commit
20312211e0
|
@ -155,7 +155,7 @@ class FastPairedVoiceDataset(torch.utils.data.Dataset):
|
|||
'real_text': text,
|
||||
'padded_text': tseq,
|
||||
'aligned_codes': aligned_codes,
|
||||
'aligned_code_lengths': orig_aligned_code_length,
|
||||
'aligned_codes_lengths': orig_aligned_code_length,
|
||||
'text_lengths': torch.tensor(orig_text_len, dtype=torch.long),
|
||||
'wav': wav,
|
||||
'wav_lengths': torch.tensor(orig_output, dtype=torch.long),
|
||||
|
|
Loading…
Reference in New Issue
Block a user