志浩
2023-08-01 edd41f5a308971024c76fa4b0d9f4235a12a4fcf
TOLD/SOND: add path.sh
1个文件已修改
1个文件已添加
7 ■■■■ 已修改文件
egs/callhome/diarization/sond/path.sh 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
egs/callhome/diarization/sond/run.sh 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
egs/callhome/diarization/sond/path.sh
New 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
egs/callhome/diarization/sond/run.sh
@@ -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."