fix logging

This commit is contained in:
Starbeamrainbowlabs 2022-09-27 18:51:58 +01:00
parent d765b3b14e
commit 7d0e3913ae
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -68,7 +68,7 @@ export PATH=$HOME/software/bin:$PATH;
echo ">>> Installing requirements";
conda run -n py38 pip install -r requirements.txt;
echo ">>> Training model";
echo ">>> Making predictions";
#shellcheck disable=SC2086
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 $?";