Merge pull request #3281 from LDOUBLEV/test_ci_v6

unset env
This commit is contained in:
MissPenguin 2021-07-07 14:59:17 +08:00 committed by GitHub
commit 7fd27329ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ for gpu in ${gpu_list[*]}; do
eval $env
save_infer_path="${save_log}"
func_inference "${python}" "${inference_py}" "${save_infer_path}" "${LOG_PATH}" "${infer_img_dir}"
eval "unset CUDA_VISIBLE_DEVICES"
done
done
done