From 3103d64b4b1e6c731b030188c4349dccfa5824a2 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Tue, 6 Nov 2018 18:33:19 +0000 Subject: Remove some whitespace --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'train.py') diff --git a/train.py b/train.py index 45e0d02..2953b03 100755 --- a/train.py +++ b/train.py @@ -69,7 +69,7 @@ def draw_conf_mat(args, target_test, target_pred): plt.ylabel('Actual') plt.xlabel('Predicted') plt.show() - return acc_sc + return acc_sc def test_model(M, faces_train, faces_test, target_train, target_test, args): raw_faces_train = faces_train -- cgit v1.2.3-54-g00ecf