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
Update distribution_layer_test for upcoming Keras changes.
Soon, when Keras Sequential and Functional models explicitly specify their input shape, those models will only accept inputs with exactly zero or one batch dimensions + the specified input shape. (Plus some corner cases where some dimensions have size 1.)
PiperOrigin-RevId: 386470452
0 commit comments