Skip to content
Snippets Groups Projects
Commit 68ebc5ec authored by Tooba Ali's avatar Tooba Ali
Browse files

add ${RESULTS_PATH}/truth_reconstruction directory in benchmarks/dis/env.sh

parent 7bb564f4
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ echo "TMP_PATH: ${TMP_PATH}" ...@@ -47,6 +47,7 @@ echo "TMP_PATH: ${TMP_PATH}"
## if not too big). ## if not too big).
RESULTS_PATH="results/${BENCHMARK_TAG}/${BEAM_TAG}/minQ2=${MINQ2}" RESULTS_PATH="results/${BENCHMARK_TAG}/${BEAM_TAG}/minQ2=${MINQ2}"
mkdir -p ${RESULTS_PATH} mkdir -p ${RESULTS_PATH}
mkdir -p "${RESULTS_PATH}/truth_reconstruction"
export RESULTS_PATH=`realpath ${RESULTS_PATH}` export RESULTS_PATH=`realpath ${RESULTS_PATH}`
echo "RESULTS_PATH: ${RESULTS_PATH}" echo "RESULTS_PATH: ${RESULTS_PATH}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment