ai: fixup

This commit is contained in:
Starbeamrainbowlabs 2022-09-02 19:06:54 +01:00
parent a3f03b6d8d
commit 457c2eef0d
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -44,7 +44,7 @@ if [[ ! -d "${INPUT}" ]]; then
fi
CODE="$(date +"%Y-%m-%d")_pretrain_contrast";
CODE="pretrain_contrast";
if [[ -n "${POSTFIX}" ]]; then
echo -e ">>> Applying postfix of ${POSTFIX}" >&2;