Open
Description
Short description:
- Generator
tf.random.Generator.from_seed
does not haverandom_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