Skip to content
Snippets Groups Projects
Commit 8af831a3 authored by zhangfanghe's avatar zhangfanghe
Browse files

fix the run_standalone_train_cpu.sh script of FaceQualityAssessment.

parent 6d5e6fa4
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@ then
exit 1
fi
ulimit -n 9999
BASEPATH=$(cd "`dirname $0`" || exit; pwd)
export PYTHONPATH=${BASEPATH}:$PYTHONPATH
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment