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
* Remove the mypy plugin for model creation return type determination
No longer needed if we make model creation explicit
* Make `Model` creation explicit
Currently, we're assuming that if you give us something that computes a loss, we should create a `Model`, which is a bit of black magic that has some weird edge cases. This change brings the API closer to standard Keras.
We're also looking forward to future changes that make the `Model` responsible for computing losses and metrics, which will break this somewhat magical functionality.
Co-authored-by: Marc Romeyn <[email protected]>
* Remove unnecessary `ml.ModelContext` params
* Switch dataset tests back to `connect`
* Add tasks to masking tests
* Set the block schema in all blocks inside `SequentialBlock`
Co-authored-by: Julio Perez <[email protected]>
* Fix the return type annotation on `connect` method
Co-authored-by: Marc Romeyn <[email protected]>
Co-authored-by: Julio Perez <[email protected]>
0 commit comments