You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "main.py", line 10, in <module>
tf.set_random_seed(seed)
AttributeError: module 'tensorflow' has no attribute 'set_random_seed'
Awesome work!
I came across this error running your code:
set_random_seed()
is deprecated and it has been moved totf.random.set_seed()
https://www.tensorflow.org/versions/r2.0/api_docs/python/tf/random/set_seed
The text was updated successfully, but these errors were encountered: