mirror of
https://github.com/clearml/clearml
synced 2025-01-31 17:17:00 +00:00
Do not call make deterministic on import
This commit is contained in:
parent
fba3d70ce8
commit
d5c7ef7eff
@ -68,6 +68,3 @@ def make_deterministic(seed=1337, cudnn_deterministic=False):
|
|||||||
tf.random.set_random_seed(seed)
|
tf.random.set_random_seed(seed)
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
make_deterministic()
|
|
||||||
|
Loading…
Reference in New Issue
Block a user