-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog: Examples: - Added VAE example. - Added pruning example (https://arxiv.org/abs/1710.01878). - MNIST example uses 300-100-10 MLP. - Updated imagenet dataset to return correctly scaled examples. Breaking changes: - State arg to `hk.transform` dropped in favor of `transform_with_state`. - Decay argument is now required in `BatchNorm`. Features: - Added `hk.maybe_next_rng_key()`. - BatchNorm and LayerNorm speed improvements. - Added support for partition/filter/merge params. - Haiku now allows running with `jax_numpy_rank_promotion`. Experimental features: - `hk.experimental.to_dot` - experimental visualisation support. - `hk.experimental.lift` - experimental purification support. Usability: - Improved error message when RNG arg is not and RNG. - Improved documentation. - Improved test coverage. PiperOrigin-RevId: 303113097 Change-Id: Ia08a3a02be9d48a5e4261bb5072e2b9f78b66ae0
- Loading branch information
1 parent
21f1a47
commit 66ce5db
Showing
3 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters