From 690af3cbc5b25a457bd70991cb366c0ab12c776a Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sun, 27 Dec 2020 16:51:02 +0300 Subject: [PATCH] tf version --- tests/unit_tests.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/unit_tests.py b/tests/unit_tests.py index fcc50fc..5174071 100644 --- a/tests/unit_tests.py +++ b/tests/unit_tests.py @@ -19,6 +19,8 @@ if tf_version == 2: import logging tf.get_logger().setLevel(logging.ERROR) +print("Running unit tests for TF ", tf.__version__) + #----------------------------------------- dataset = [ @@ -304,4 +306,4 @@ df = DeepFace.find(img1, db_path = "dataset") print(df.head()) -print("--------------------------") \ No newline at end of file +print("--------------------------")