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("--------------------------")