mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
TOLD/SOND: add path.sh
This commit is contained in:
parent
4bc6db3ef8
commit
edd41f5a30
5
egs/callhome/diarization/sond/path.sh
Normal file
5
egs/callhome/diarization/sond/path.sh
Normal 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
|
||||||
@ -9,7 +9,7 @@
|
|||||||
# We recommend you run this script stage by stage.
|
# We recommend you run this script stage by stage.
|
||||||
|
|
||||||
# environment configuration
|
# environment configuration
|
||||||
kaldi_root=/home/neo.dzh/kaldi
|
kaldi_root=
|
||||||
|
|
||||||
if [ -z "${kaldi_root}" ]; then
|
if [ -z "${kaldi_root}" ]; then
|
||||||
echo "We need kaldi to prepare dataset, extract fbank features, please install kaldi first and set kaldi_root."
|
echo "We need kaldi to prepare dataset, extract fbank features, please install kaldi first and set kaldi_root."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user