mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 01:12:59 +00:00
slurm dlr: quiet, pip
This commit is contained in:
parent
1958c4e6c2
commit
2591cbe6bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue