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

Please change it. #171

Closed Arfonium closed 10 months ago

Arfonium commented 10 months ago

You should change SingleCutSampler to SimpleCutSampler in main/valle/data/datamodule.py. SingleCutSampler is not function of lhotse

wrb0312 commented 10 months ago

This could be resolved by downgrading lhotse. You might want to try running pip install lhotse==1.16. This should allow you to use the SingleCutSampler.

lifeiteng commented 10 months ago

@Arfonium DONE https://github.com/lifeiteng/vall-e/pull/173