lifeiteng / vall-e

PyTorch implementation of VALL-E(Zero-Shot Text-To-Speech), Reproduced Demo https://lifeiteng.github.io/valle/index.html
https://lifeiteng.github.io/valle/index.html
Apache License 2.0
1.99k stars 320 forks source link

fix bug: convert samples from list to tensors #176

Closed HarryHe11 closed 10 months ago

HarryHe11 commented 10 months ago

convert samples from list to tensors, or the next sentence samples.detach() will have error.

HarryHe11 commented 10 months ago

just fixed a bug, which will occur when resample is needed