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

Fixed absolute path used in voxforge eg script. #1483

Merged
merged 3 commits into from
Mar 9, 2017
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion egs/voxforge/s5/path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export PATH=$PWD/utils/:$KALDI_ROOT/tools/openfst/bin:$PWD:$PATH
. $KALDI_ROOT/tools/config/common_path.sh

# VoxForge data will be stored in:
export DATA_ROOT="/home/dpovey/kaldi-clean/egs/voxforge/s5/voxforge" # e.g. something like /media/secondary/voxforge
# export DATA_ROOT="$KALDI_ROOT/egs/voxforge/s5/voxforge" # e.g. something like /media/secondary/voxforge

if [ -z $DATA_ROOT ]; then
echo "You need to set \"DATA_ROOT\" variable in path.sh to point to the directory to host VoxForge's data"
Expand Down
5 changes: 3 additions & 2 deletions egs/voxforge/s5/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

# NOTE: You will want to download the data set first, before executing this script.
# This can be done for example by:
# 1. Setting the DATA_ROOT variable to point to a directory with enough free
# space (at least 20-25GB currently (Feb 2014))
# 1. Setting the DATA_ROOT in path.sh variable to point to a
# directory with enough free space (at least 20-25GB
# currently (Feb 2014))
# 2. Running "getdata.sh"

# The second part of this script comes mostly from egs/rm/s5/run.sh
Expand Down