| egs/callhome/diarization/sond/path.sh | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| egs/callhome/diarization/sond/run.sh | ●●●●● 补丁 | 查看 | 原始文档 | 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."