Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

window下的具体修改如下 #6

Open
LXP-Never opened this issue May 14, 2021 · 1 comment
Open

window下的具体修改如下 #6

LXP-Never opened this issue May 14, 2021 · 1 comment

Comments

@LXP-Never
Copy link

s1WavName = "{}_{}".format(line[0].split('\')[-2], line[0].split('\')[-1][:-4]) # .TIMIT\TRAIN\TRAIN_DR1_FCJF0_SX307
s2WavName = "{}
{}".format(line[2].split('\')[-2], line[2].split('\')[-1][:-4]) # ._TIMIT\TRAIN\TRAIN_DR1_FDAW0_SI2036

并且run.sh中,也要改成用//
input_dir=.\TIMIT #Dataset files
output_dir=.\test_sep_make #output data dir, all output will be here

@YongyuG
Copy link
Owner

YongyuG commented Jun 2, 2021

s1WavName = "{}_{}".format(line[0].split('')[-2], line[0].split('')[-1][:-4]) # .TIMIT\TRAIN\TRAIN_DR1_FCJF0_SX307 s2WavName = "{}{}".format(line[2].split('')[-2], line[2].split('')[-1][:-4]) # ._TIMIT\TRAIN\TRAIN_DR1_FDAW0_SI2036

并且run.sh中,也要改成用//
input_dir=.\TIMIT #Dataset files
output_dir=.\test_sep_make #output data dir, all output will be here

点赞哦,我后期换个系统测试一下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants