ljy266987
add lfs
12bfd03
raw
history blame contribute delete
No virus
170 Bytes
#!/bin/bash
export MAIN_ROOT=`realpath ${PWD}/../../`
export PYTHONPATH=${MAIN_ROOT}:${PYTHONPATH}
MODEL=encodec
export BIN_DIR=${MAIN_ROOT}/academicodec/models/${MODEL}