You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
444 B
16 lines
444 B
3 years ago
|
export MAIN_ROOT=`realpath ${PWD}/../../../`
|
||
|
|
||
|
export PATH=${MAIN_ROOT}:${MAIN_ROOT}/utils:${PATH}
|
||
|
export LC_ALL=C
|
||
|
|
||
|
export PYTHONDONTWRITEBYTECODE=1
|
||
|
# Use UTF-8 in Python to avoid UnicodeDecodeError when LC_ALL=C
|
||
|
export PYTHONIOENCODING=UTF-8
|
||
|
export PYTHONPATH=${MAIN_ROOT}:${PYTHONPATH}
|
||
|
|
||
|
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib/
|
||
|
|
||
|
# model exp
|
||
|
#MODEL=ECAPA_TDNN
|
||
|
#export BIN_DIR=${MAIN_ROOT}/paddlespeech/vector/exps/${MODEL}/bin
|