speechbrain
English
Tacotron2
zero-shot
multi-speaker-tts

error in voice_clone

#2
by srikanth060903 - opened

/usr/local/lib/python3.10/dist-packages/speechbrain/processing/features.py in forward(self, x, lengths, spk_ids, epoch)
1092 # Avoiding padded time steps
-> 1093
1094 actual_size = torch.round(lengths[snt_id] * x.shape[1]).int()
i am getting this error everytime

Sign up or log in to comment