TOLD/SOND: add path.sh

This commit is contained in:
志浩 2023-08-01 17:38:16 +08:00
parent 4bc6db3ef8
commit edd41f5a30
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
export FUNASR_DIR=$PWD/../../..
# NOTE(kan-bayashi): Use UTF-8 in Python to avoid UnicodeDecodeError when LC_ALL=C
export PYTHONIOENCODING=UTF-8
export PATH=$FUNASR_DIR/funasr/bin:$PATH

View File

@ -9,7 +9,7 @@
# We recommend you run this script stage by stage.
# environment configuration
kaldi_root=/home/neo.dzh/kaldi
kaldi_root=
if [ -z "${kaldi_root}" ]; then
echo "We need kaldi to prepare dataset, extract fbank features, please install kaldi first and set kaldi_root."