From da45e1bd00aeb5f5d56a63442a26d8c040937c17 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 5 Nov 2018 15:58:40 +0000 Subject: Remove some whitespace --- train.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'train.py') diff --git a/train.py b/train.py index 86e7337..25993f7 100755 --- a/train.py +++ b/train.py @@ -210,12 +210,12 @@ def main(): accuracy[M] = test_model(M, faces_train, faces_test, target_train, target_test, args) end = timer() print("Run with", M, "eigenvalues completed in ", end-start, "seconds") - + else: M = args.eigen start = timer() test_model(M, faces_train, faces_test, target_train, target_test, args) end = timer() - + if __name__ == "__main__": main() -- cgit v1.2.3-54-g00ecf