ljy266987
add lfs
12bfd03
raw
history blame
173 Bytes
#!/bin/bash
export MAIN_ROOT=`realpath ${PWD}/../../`
export PYTHONPATH=${MAIN_ROOT}:${PYTHONPATH}
MODEL=hificodec
export BIN_DIR=${MAIN_ROOT}/academicodec/models/${MODEL}