mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
slurm predict: fix plotting subcall
This commit is contained in:
parent
e51087d0a9
commit
fe813cb46d
1 changed files with 2 additions and 1 deletions
|
@ -85,5 +85,6 @@ echo COMMAND: conda run -n py38 /usr/bin/env time -v src/index.py pretrain-predi
|
|||
conda run -n py38 /usr/bin/env time -v src/index.py pretrain-predict --input "${INPUT}" --output "${filepath_output}" -c "${CHECKPOINT}" ${ARGS}
|
||||
echo ">>> exited with code $?";
|
||||
|
||||
INPUT="${filepath_output}" POSTFIX="${POSTFIX}" sbatch slurm-pretrain-plot.job
|
||||
dirpath_output="$(dirname "${filepath_output}")";
|
||||
INPUT="${dirpath_output}" POSTFIX="${POSTFIX}" sbatch slurm-pretrain-plot.job
|
||||
echo ">>> Queued UMAP plot"
|
Loading…
Reference in a new issue