mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 17:23:01 +00:00
ai: slurm fixup
This commit is contained in:
parent
cd104190e8
commit
7917820e59
1 changed files with 1 additions and 1 deletions
|
@ -62,5 +62,5 @@ echo ">>> Installing requirements";
|
||||||
conda run -n py38 pip install -r requirements.txt;
|
conda run -n py38 pip install -r requirements.txt;
|
||||||
echo ">>> Training model";
|
echo ">>> Training model";
|
||||||
#shellcheck disable=SC2086
|
#shellcheck disable=SC2086
|
||||||
/usr/bin/env time -v conda run -n py38 src/index.py --input "${CONFIG}" --output "${dir_output}" ${ARGS};
|
/usr/bin/env time -v conda run -n py38 src/index.py pretrain --input "${CONFIG}" --output "${dir_output}" ${ARGS};
|
||||||
echo ">>> exited with code $?";
|
echo ">>> exited with code $?";
|
||||||
|
|
Loading…
Reference in a new issue