Skip to content

Releases: evanatyourservice/psgd_jax

psgd-jax 0.2.4

23 Oct 00:29
Compare
Choose a tag to compare

What's Changed

  • Swap max_skew_triangular for memory_save_mode to give easy ways to use different preconditioner setups and save memory/compute.
  • readme updates

psgd-jax 0.2.3

07 Oct 16:49
Compare
Choose a tag to compare

What's Changed

  • remove use of opt_einsum

psgd-jax 0.2.2

07 Oct 04:01
Compare
Choose a tag to compare

What's Changed

  • Simplify code a little bit

psgd-jax 0.2.1

03 Oct 04:12
Compare
Choose a tag to compare

What's Changed

  • add min ndim triangular arg to better catch bias and scale params for diag preconditioners without catching linear params like (512, 1)

psgd-jax 0.2.0

02 Oct 14:30
Compare
Choose a tag to compare

What's Changed

  • Use jax instead of optax for init momentum

psgd-jax 0.1.10

01 Oct 22:28
Compare
Choose a tag to compare

What's Changed

  • no bias correction on momentum

psgd-jax 0.1.9

01 Oct 17:42
Compare
Choose a tag to compare

What's Changed

  • Precond init scale 1.0

psgd-jax 0.1.7

29 Sep 02:45
Compare
Choose a tag to compare

What's Changed

  • Added new Kron optimizer, a second-order Kronecker-factored optimizer that's versatile and easy to use.

psgd-jax 0.1.5

22 Aug 16:18
Compare
Choose a tag to compare

What's Changed

  • Get rid of unneeded element-wise clipping
  • readability improvement

psgd-jax 0.1.4

16 Aug 00:14
Compare
Choose a tag to compare

What's Changed

  • add option to clip updates elementwise to within -1 and 1
  • rename gradient_clip to update_global_norm_clip because optimizer outputs are clipped, not inputs