We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
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
点赞哦,我后期换个系统测试一下
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: