mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-02-13 10:49:15 +01:00
Merge 9cad0d4ad045c98fe6eebc6e21dfa380ce36f57d into 72eda9a24f815f6d566818cbf8518138e29d83e9
This commit is contained in:
commit
807f4c7574
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user