Skip to content

TensorFlow Addons v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 May 14:35
· 3 commits to r0.17 since this release
b2dafcf

Release Notes

  • Built against TensorFlow 2.9
  • CUDA kernels are compiled with CUDA11.2 and cuDNN 8.1.0
  • API docs found on the website

Changelog

  • Manylinux2014 compatible
  • Add T=bfloat16 to custom_ops registration (#2688)

tfa.metrics

  • AUTOTUNE 'y_shape' for r_square (#2702)

tfa.layers

  • fix compute_output_shape behavior in normalizations.py (#2678)

tfa.optimizers

  • Failing to restore AdaBelief optimizer from checkpoint (#2705)
  • Rephrase documentation of adabelief (#2704)
  • Fix typo in average optimizers callback (#2692)
  • Simplify exclude_from_weight_decay implementation (#2676)

Thanks to our Contributors

@Zhaopudark, @bhack, @denadai2, @fsx950223, @gautam1858, @jondo, @lgeiger, @markub3327, @seanpmorgan, @szutenberg, @trevor-m and @yuetan1988