open-mmlab / Amphion

Amphion (/æmˈfaɪən/) is a toolkit for Audio, Music, and Speech Generation. Its purpose is to support reproducible research and help junior researchers and engineers get started in the field of audio, music, and speech generation research and development.
https://openhlt.github.io/amphion/
MIT License
4.45k stars 379 forks source link

fix: G2P module fails to initialize #138 #139

Closed yuantuo666 closed 6 months ago

yuantuo666 commented 6 months ago

✨ Description

The G2P module fails to initialize due to using an unassigned variable. This PR fixes this bug.

🚧 Related Issues

138

👨‍💻 Changes Proposed

🧑‍🤝‍🧑 Who Can Review?

@lmxue

🛠 TODO

None

✅ Checklist

yuantuo666 commented 6 months ago

Before changes

image

After changes

image