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

Fix swbd/s5c recipe comment #677

Merged
merged 1 commit into from
Apr 8, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions egs/swbd/s5c/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,8 @@ utils/subset_data_dir.sh --last data/train $n data/train_nodev

# Now-- there are 260k utterances (313hr 23min), and we want to start the
# monophone training on relatively short utterances (easier to align), but not
# only the shortest ones (mostly uh-huh). So take the 100k shortest ones;
# remove most of the repeated utterances (these are the uh-huh type ones), and
# then take 10k random utterances from those (about 4hr 40mins)
# only the shortest ones (mostly uh-huh). So take the 100k shortest ones, and
# then take 30k random utterances from those (about 12hr)
utils/subset_data_dir.sh --shortest data/train_nodev 100000 data/train_100kshort
utils/subset_data_dir.sh data/train_100kshort 30000 data/train_30kshort

Expand Down