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

[egs] Add recipes for CN-Celeb #3758

Merged
merged 16 commits into from
Dec 14, 2019
Prev Previous commit
Next Next commit
[egs] rename the directories of mfcc and vad
  • Loading branch information
csltstu committed Dec 7, 2019
commit 11c6da7f3719698184608fd3551f16240c7a37e4
4 changes: 2 additions & 2 deletions egs/cnceleb/v1/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
. ./cmd.sh
. ./path.sh
set -e
mfccdir=`pwd`/_mfcc
vaddir=`pwd`/_vad
mfccdir=`pwd`/mfcc
vaddir=`pwd`/mfcc

cnceleb_root=/export/corpora/CN-Celeb
eval_trails_core=data/eval_test/trials/trials.lst
Expand Down