aboutsummaryrefslogtreecommitdiff
path: root/train.py
diff options
context:
space:
mode:
Diffstat (limited to 'train.py')
-rwxr-xr-xtrain.py2
1 files changed, 1 insertions, 1 deletions
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