Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect generator reference to random normal attribute #2490

Open
sdonatti opened this issue Sep 18, 2024 · 0 comments · May be fixed by #2491
Open

Incorrect generator reference to random normal attribute #2490

sdonatti opened this issue Sep 18, 2024 · 0 comments · May be fixed by #2491
Assignees

Comments

@sdonatti
Copy link

sdonatti commented Sep 18, 2024

Short description:

  • Generator tf.random.Generator.from_seed does not have random_normal attribute

Current Behavior:

  • AttributeError: 'Generator' object has no attribute 'random_normal' is thrown

Expected Behavior:

  • It should not throw this exception during run time

Steps To Reproduce:

  • Create GridMask(fill_mode='gaussian_noise', seed=42) layer in a Python script

Version:

  • 0.9.0 | HEAD

Anything else:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants