mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-01-02 23:51:53 +01:00
Merge 9cad0d4ad0
into 72eda9a24f
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…
Reference in New Issue
Block a user