Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Releases: cgarciae/treex

0.6.11

10 Oct 22:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.10...0.6.11

0.6.10

05 Mar 16:27
Compare
Choose a tag to compare

πŸš€ Features

  • Add ConvTranspose

0.6.9

05 Feb 03:32
Compare
Choose a tag to compare

Changes

0.6.8

10 Jan 23:38
Compare
Choose a tag to compare

Changes

0.6.7

18 Dec 21:47
Compare
Choose a tag to compare

Changes

  • @cgarciae: Re-exposes tx.Treex and tx.Filters and conditionally exposes HaikuModule #53

0.6.6

15 Dec 22:35
5a7ab57
Compare
Choose a tag to compare

Changes

0.6.5

12 Dec 21:11
Compare
Choose a tag to compare

Changes

0.6.4

15 Nov 21:11
Compare
Choose a tag to compare

Changes

  • Fix import issue when dm-haiku is not available.

0.6.3

08 Nov 19:26
Compare
Choose a tag to compare

Changes

  • Adds experimental axis_name argument to next_key, KeySeq, and Linear.
  • Creates the preserve_state function that enables you apply a function transformation like jit or vmap to a stateful method that doesn't propagate the state through and output. preserver_state will return the first argument (usually self) and update it after the transformation.
  • Fixes type issues with Filter in shortcut methods.

0.6.2

05 Nov 16:48
Compare
Choose a tag to compare

Changes

  • Adds HaikuModule that can wrap any haiku.TransformedWithState.
  • Adds an example using haiku.
  • Improves FlaxModule