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
- get config has to be manually specified in the base classes, so that
the config is stored even when to subclass overrides get_config
- to preserve the auto_config behavior, we have to use the
`python_utils.default` decorator from, which marks them as default methods.
This allows detecting if a subclass has overridden them. This is the
same mechanism that Keras uses
- moved setting the `custom_metrics` parameter after the
`super().__init__` calls, as the tracking is managed in setattr
- extended some tests to use metrics
0 commit comments