nnsvs / nnsvs

Neural network-based singing voice synthesis library for research
https://nnsvs.github.io
MIT License
687 stars 81 forks source link

train_acoustic entry point missing from setup.py #154

Closed SouperDuper closed 1 year ago

SouperDuper commented 1 year ago

The setup.py file appears to contain entry points to scripts that no longer exist in nnsvs, such as nnsvs-train-resf0 but lack the current nnsvs-train-acoustic. Adding this to setup.py for very slightly easier usage would be appreciated.

r9y9 commented 1 year ago

Thank you for the report. You are right. I will fix it soon.

r9y9 commented 1 year ago

This should be fixed now. If you find any new bugs, please let me know.