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
Updated keras.layers.activations.ReLU API with keras.layers.ReLU in Example from relu.py file (#20403)
`keras.layers.activations.ReLU API` throwing `AttributeError: module 'keras.api.layers' has no attribute 'activations'`. Modified it with`keras.layers.ReLU API.
0 commit comments