mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
slurm predict: autoqueue UMAP plot
This commit is contained in:
parent
24c5263bf0
commit
32bb55652b
1 changed files with 3 additions and 0 deletions
|
@ -71,3 +71,6 @@ echo ">>> Training model";
|
|||
#shellcheck disable=SC2086
|
||||
/usr/bin/env time -v conda run -n py38 src/index.py pretrain-predict --input "${INPUT}" --output "${filepath_output}" -c "${CHECKPOINT}"
|
||||
echo ">>> exited with code $?";
|
||||
|
||||
INPUT="${filepath_output}" POSTFIX="${POSTFIX}" sbatch slurm-pretrain-plot.job
|
||||
echo ">>> Queued UMAP plot"
|
Loading…
Reference in a new issue