summaryrefslogtreecommitdiff
path: root/src/tasks
diff options
context:
space:
mode:
authoraktersnurra <gustaf.rydholm@gmail.com>2020-11-12 23:42:03 +0100
committeraktersnurra <gustaf.rydholm@gmail.com>2020-11-12 23:42:03 +0100
commit8fdb6435e15703fa5b76df19728d905650ee1aef (patch)
treebe3bec9e5cab4ef7f9d94528d102e57ce9b16c3f /src/tasks
parentdc28cbe2b4ed77be92ee8b2b69a20689c3bf02a4 (diff)
parent6cb08a110620ee09fe9d8a5d008197a801d025df (diff)
Working cnn transformer.
Diffstat (limited to 'src/tasks')
-rwxr-xr-xsrc/tasks/train.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tasks/train.sh b/src/tasks/train.sh
index 71a68be..9be5be6 100755
--- a/src/tasks/train.sh
+++ b/src/tasks/train.sh
@@ -62,6 +62,6 @@ then
train_command="${train_command} -$verbose"
fi
-train_command="${train_command} $test $notrain"
+train_command="${train_command} $test $notrain ."
echo $train_command
eval $train_command