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
When using Keras' Discretization layer with output_mode set to either "count" or "multi_hot", the symbolic output shape remains (None, 4) regardless of the number of bin boundaries configured.
Here's an example in this gist