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
491 B
16 lines
491 B
# configuration
|
|
|
|
ARM_ABI=armv8
|
|
#ARM_ABI=armv7hf
|
|
|
|
MODELS_DIR="${PWD}/models"
|
|
LIBS_DIR="${PWD}/libs"
|
|
OUTPUT_DIR="${PWD}/output"
|
|
|
|
PADDLE_LITE_DIR="${LIBS_DIR}/inference_lite_lib.armlinux.${ARM_ABI}.gcc.with_extra.with_cv/cxx"
|
|
#PADDLE_LITE_DIR="/path/to/Paddle-Lite/build.lite.linux.${ARM_ABI}.gcc/inference_lite_lib.armlinux.${ARM_ABI}/cxx"
|
|
|
|
ACOUSTIC_MODEL_PATH="${MODELS_DIR}/cpu/fastspeech2_csmsc_arm.nb"
|
|
VOCODER_PATH="${MODELS_DIR}/cpu/mb_melgan_csmsc_arm.nb"
|
|
FRONT_CONF="${PWD}/front.conf"
|