mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
Slurm: finish writing for DeepLabV3+ rainfall
It isn't tested yet though, naturally.
This commit is contained in:
parent
c17e53ca75
commit
3df5cdb45d
1 changed files with 11 additions and 2 deletions
|
@ -55,8 +55,17 @@ dir_output="output/$(date -u --rfc-3339=date)_${CODE}";
|
|||
|
||||
echo -e ">>> Additional args: ${ARGS}";
|
||||
|
||||
export PATH=$HOME/software/bin:$PATH;
|
||||
export
|
||||
export PATH="$HOME/software/bin:$PATH";
|
||||
|
||||
|
||||
export IMAGE_SIZE;
|
||||
export BATCH_SIZE;
|
||||
export DATA_DIR_TF="$DIR_RAINFALL";
|
||||
export PATH_HEIGHTMAP;
|
||||
export PATH_COLOURMAP;
|
||||
export STEPS_PER_EPOCH;
|
||||
export DIR_OUTPUT="$dir_output";
|
||||
|
||||
|
||||
echo ">>> Installing requirements";
|
||||
conda run -n py38 pip install -r requirements.txt;
|
||||
|
|
Loading…
Reference in a new issue