You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi @rainbowjack, thanks for your interest of Amphion SVC. However, we regret that Amphion is not supported windows yet. See the reasons in PR #136. Maybe you can follow the PR to try if you still want it.
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
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
The text was updated successfully, but these errors were encountered: