Skip to content

Releases: google/objax

v1.8.0: Merge pull request #267 from google/version_1.8

06 Nov 22:17
dcfec1f
Compare
Choose a tag to compare

v1.7.0: Merge pull request #261 from cyugao/master

17 Sep 15:13
a2d025d
Compare
Choose a tag to compare
Fix jax index update in the tutorial

v1.6.0

01 Feb 00:17
1019c2e
Compare
Choose a tag to compare

Fix a few issue in the code.
Add group norm.
Make DP-SGD privacy accountant to be in sync with Tensorflow Privacy.

v1.4.0: Merge pull request #214 from AlexeyKurakin/release

01 Apr 00:14
d0aefee
Compare
Choose a tag to compare
  • Added prototype of ducktyping of Objax variables as JAX arrays
  • Added prototype of automatic variable tracing
  • Added learning rate scheduler
  • Various bugfixes

v1.3.1

03 Feb 19:08
373f31f
Compare
Choose a tag to compare
  • Bugfix: removed accidentally introduced TensorFlow dependency.

v1.3.0

29 Jan 20:42
a2006a5
Compare
Choose a tag to compare
  • Feature: Improved error messages overall
  • Feature: Improved BatchNorm numerical stability
  • Feature: Objax2Tf for serving objax using TensorFlow
  • Feature: New API objax.optimizer.ExponentialMovingAverageModule for easy moving average of a model
  • Feature: Automatic broadcasting of scalars for objax.Parallel
  • Feature: New optimizer: LARS
  • Feature: New API added to functional (lax.scan)
  • Feature: Modules can be printed to nicely readable text now (repr)
  • Feature: New interpolate API (for images)
  • Bugfix: make objax.Sequential work with latest JAX

v1.2.0

02 Nov 23:25
eeddf66
Compare
Choose a tag to compare
  • Feature: Improved error messages.

  • Feature: Extended syntax: allow assigning TrainVar without TrainRef for direction experimentation.

  • Feature: Extended padding options or pad and convolution.

  • Feature: Modified ResNet_V2 to be Keras compatible.

  • Feature: Defaults can be overridden in call for Adam, Momentum.

  • BugFix: Layer norm initialization in GPT-2.

v1.1.0: Merge pull request #87 from google/dberth_release_1.1.0

02 Oct 16:44
3d7e115
Compare
Choose a tag to compare

v1.0.2

25 Aug 23:48
Compare
Choose a tag to compare
Updated version number, README.md and index.rst