Skip to content

Releases: google-deepmind/sonnet

v2.0.2

02 Jan 11:08
Compare
Choose a tag to compare

Sonnet 2 is a re-write of Sonnet for TensorFlow 2.0, it is built on top of tf.Module (tensorflow/community#56) enabling a simple and researcher friendly interface to TensorFlow.

Main changes since 2.0.1:

What's Changed

  • #267 Fixes use of internal TF symbol removed in a minor release <= 2.10.0. (Fixes #273)

Full Changelog: v2.0.1...v2.0.2

v2.0.1

02 Jan 09:16
Compare
Choose a tag to compare

Sonnet 2 is a re-write of Sonnet for TensorFlow 2.0, it is built on top of tf.Module (tensorflow/community#56) enabling a simple and researcher friendly interface to TensorFlow.

Main changes since 2.0.0:

  • #205 Add functional API to Sonnet 2 inspired by JAX and Haiku.

Full Changelog: v2.0.0...v2.0.1

(NOTE: Sonnet 2.0.1 was pushed to PyPi in Dec 2022, the GitHub release was made later but points to the released commit.)

v2.0.0

27 Mar 10:36
Compare
Choose a tag to compare

Sonnet 2 is a re-write of Sonnet for TensorFlow 2.0, it is built on top of tf.Module (tensorflow/community#56) enabling a simple and researcher friendly interface to TensorFlow.

v2.0-beta: Sonnet 2.0 Beta release

06 Sep 13:45
Compare
Choose a tag to compare
Pre-release

Sonnet 2 is a re-write of Sonnet for TensorFlow 2.0, it is built on top of tf.Module (tensorflow/community#56) enabling a simple and researcher friendly interface to TensorFlow.

Closes #117 #123.