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.28k stars 364 forks source link

[Help]: something wrong with the run.sh on windows #199

Open rainbowjack opened 2 months ago

rainbowjack commented 2 months ago

Firstly, due to network issues, I did not configure the environment by running run.sh in the root directory. Instead, I opened it in txt format and installed it line by line using pip. I am not sure if this operation caused the following issues: The first time I ran sh egs/svc/MultipleContents SVC/run. sh -- stage 1, it returned an error: Egs/svc/MultipleContents SVC/run. sh: line 1:/_ Template/run. sh: No such file or directory

Afterwards, I changed the content in egs/svc/MultipleContents SVC/run.sh to E:/Amphion/egs/svc/template/run.sh Run sh egs/svc/MultipleContents SVC/run.sh again -- stage 1 Return [Error] Please specify the running stage

May I ask what's going on

RMSnow commented 2 months ago

Hi @rainbowjack, thanks for your interest of Amphion SVC. However, we regret that Amphion is not supported windows yet. See the reasons in PR https://github.com/open-mmlab/Amphion/pull/136. Maybe you can follow the PR to try if you still want it.

rainbowjack commented 2 months ago

您好,感谢您对 Amphion SVC 的关注。但是,很遗憾,目前 Amphion 还不支持 Windows。请参阅 PR #136 中的原因。如果你还想要它,也许你可以按照 PR 来尝试。

Thanks for your reply, but it is still too difficult for me as a student to put a program that runs exclusively on linux on windows. I have migrated the platform to linux, looking forward to your successful compatibility with windows one day