slurm predict: autoqueue UMAP plot

This commit is contained in:
Starbeamrainbowlabs 2022-09-16 19:36:57 +01:00
parent 24c5263bf0
commit 32bb55652b
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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"