summaryrefslogtreecommitdiff
path: root/src/tasks/train.sh
diff options
context:
space:
mode:
authoraktersnurra <gustaf.rydholm@gmail.com>2020-11-08 12:41:04 +0100
committeraktersnurra <gustaf.rydholm@gmail.com>2020-11-08 12:41:04 +0100
commitbeeaef529e7c893a3475fe27edc880e283373725 (patch)
tree59eb72562bf7a5a9470c2586e6280600ad94f1ae /src/tasks/train.sh
parent4d7713746eb936832e84852e90292936b933e87d (diff)
Trying to get the CNNTransformer to work, but it is hard.
Diffstat (limited to 'src/tasks/train.sh')
-rwxr-xr-xsrc/tasks/train.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tasks/train.sh b/src/tasks/train.sh
index 1fbc8d7..71a68be 100755
--- a/src/tasks/train.sh
+++ b/src/tasks/train.sh
@@ -62,6 +62,6 @@ then
train_command="${train_command} -$verbose"
fi
-
-echo $train_command $notrain $test
-eval $train_command $notrain $test
+train_command="${train_command} $test $notrain"
+echo $train_command
+eval $train_command