diff --git a/aimodel/slurm-TEST-deeplabv3p-rainfall.job b/aimodel/slurm-TEST-deeplabv3p-rainfall.job index c2ef6bb..5ed5afd 100755 --- a/aimodel/slurm-TEST-deeplabv3p-rainfall.job +++ b/aimodel/slurm-TEST-deeplabv3p-rainfall.job @@ -59,7 +59,7 @@ export PATH=$HOME/software/bin:$PATH; export IMAGE_SIZE BATCH_SIZE DIR_RAINFALLWATER PATH_HEIGHTMAP PATH_COLOURMAP STEPS_PER_EPOCH DIR_OUTPUT; echo ">>> Installing requirements"; -conda run -n py38 pip install -r requirements.txt; +conda run -n py38 pip install -q -r requirements.txt; echo ">>> Training model"; #shellcheck disable=SC2086 /usr/bin/env time -v conda run -n py38 src/deeplabv3_plus_test_rainfall.py