mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 11:35:21 +00:00
tf version
This commit is contained in:
parent
eb0708e53a
commit
690af3cbc5
@ -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("--------------------------")
|
||||
|
Loading…
x
Reference in New Issue
Block a user