tf version

This commit is contained in:
Sefik Ilkin Serengil 2020-12-27 16:51:02 +03:00 committed by GitHub
parent eb0708e53a
commit 690af3cbc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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