Skip to content

Commit

Permalink
typo in weight file name
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil committed Aug 31, 2024
1 parent f23d63c commit e834660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ def test_verify_for_broken_weights():

# we are not performing anything with model deepid

weights_file = os.path.join(home, ".deepface/weights/deepid_keras_weights.h5.h5")
backup_file = os.path.join(home, ".deepface/weights/deepid_keras_weights.h5_backup.h5")
weights_file = os.path.join(home, ".deepface/weights/deepid_keras_weights.h5")
backup_file = os.path.join(home, ".deepface/weights/deepid_keras_weights_backup.h5")

restore = False
# backup original weight file
Expand Down

0 comments on commit e834660

Please sign in to comment.