slurm pretraian predict: moar logging

This commit is contained in:
Starbeamrainbowlabs 2022-09-27 19:05:54 +01:00
parent 2d24174e0a
commit 52dff130dd
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -59,9 +59,6 @@ if [[ -n "${POSTFIX}" ]]; then
CODE="${CODE}_${POSTFIX}";
fi
echo -e ">>> Input dirpath: ${INPUT}" >&2;
echo -e ">>> Code: ${CODE}" >&2;
echo -e ">>> Additional args: ${ARGS}";
if [[ -n "${OUTPUT}" ]]; then
filepath_output="${OUTPUT}";
@ -69,6 +66,15 @@ else
filepath_output="output/rainfallwater_records_embed_$(date -u --rfc-3339=date)${CODE}.jsonl.gz";
fi
echo -e ">>> Input dirpath: ${INPUT}" >&2;
echo -e ">>> Output path: ${filepath_output}" >&2;
echo -e ">>> Postfix: ${POSTFIX}" >&2;
echo -e ">>> Checkpoint: ${CHECKPOINT}" >&2;
echo -e ">>> Code: ${CODE}" >&2;
echo -e ">>> Additional args: ${ARGS}";
export PATH=$HOME/software/bin:$PATH;
echo ">>> Installing requirements";