slurm dlr: fixup

This commit is contained in:
Starbeamrainbowlabs 2023-01-16 18:45:08 +00:00
parent 7bcf13f8d8
commit 40a550f155
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -72,5 +72,5 @@ echo ">>> Installing requirements";
conda run -n py38 pip install -q -r requirements.txt;
echo ">>> Training model";
#shellcheck disable=SC2016
/usr/bin/env time -v conda run -n py38 bash -c 'src/deeplabv3_plus_test_rainfall.py >>"${DIR_OUTPUT}/experiment.${SLURM_JOB_ID}.out.log" >>"${DIR_OUTPUT}/experiment.${SLURM_JOB_ID}.err.log"';
/usr/bin/env time -v conda run -n py38 bash -c 'src/deeplabv3_plus_test_rainfall.py >>"${DIR_OUTPUT}/experiment.${SLURM_JOB_ID}.out.log" 2>>"${DIR_OUTPUT}/experiment.${SLURM_JOB_ID}.err.log"';
echo ">>> exited with code $?";