openvpi / DiffSinger

An advanced singing voice synthesis system with high fidelity, expressiveness, controllability and flexibility based on DiffSinger: Singing Voice Synthesis via Shallow Diffusion Mechanism
Apache License 2.0
2.62k stars 275 forks source link

Perform graceful exit on KeyboardInterrupt #119

Closed yqzhishen closed 11 months ago

yqzhishen commented 11 months ago

infer.py, binarize.py and export.py now exit gracefully when the user interrupt them via Ctrl+C, like how Lightning does in train.py.