Skip to content

AttributeError: module 'tensorflow' has no attribute 'set_random_seed' #3

@jayroxis

Description

@jayroxis

Awesome work!

I came across this error running your code:

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'

set_random_seed() is deprecated and it has been moved to tf.random.set_seed()
https://www.tensorflow.org/versions/r2.0/api_docs/python/tf/random/set_seed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions