From beeaef529e7c893a3475fe27edc880e283373725 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sun, 8 Nov 2020 12:41:04 +0100 Subject: Trying to get the CNNTransformer to work, but it is hard. --- src/tasks/train.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tasks/train.sh') 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 -- cgit v1.2.3-70-g09d2