This commit is contained in:
Brodie0 2023-07-17 21:38:15 -05:00 committed by GitHub
commit 807f4c7574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ class ExperimentTracker(object):
paths.append(os.path.join(path, name))
paths.sort()
hash_object = hashlib.new('sha1')
hash_object = hashlib.new('sha256')
for path in paths:
with tf.io.gfile.GFile(path, "rb") as file: