Commit 75e42644 authored by LDOUBLEV's avatar LDOUBLEV
Browse files

unset env

parent bf4e0f7a
......@@ -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
......
Markdown is supported
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