Skip to content

TensorFlow Addons v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Feb 17:02
· 2 commits to r0.16 since this release
bd6f2b2

Release Notes

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

Changelog

  • Add support for publishing macOS M1 ARM64 wheels for tfa-nightly (#2559)
  • Utilize SIG Build Docker Images (#2515)
  • Pin mac build environment's OS version (#2627)

Tutorials

tfa.activations

  • Update hardshrink.py (#2649)

tfa.iamge

  • Generate Assertion Ops for interpolate_bilinear (#2609)

tfa.layers

  • Add MaxUnpooling2DV2 layer (#2594)
  • Fix layers_normalizations.ipynb typos (#2606)

tfa.optimizers

  • Save exclude_from_weight_decay in config for LAMB (#2619)
  • Fix typo in average optimizers callback (#2621)
  • In LAMB optimizer, rename weight_decay_rate to weight_decay (#2611)
  • exclude_from_weight_decay for AdamW and SGDW (#2624)

tfa.text

  • Fix kwargs in crf_decode_forward (#2642)

Thanks to our Contributors

@abattery, @bhack, @faizan-m, @gabrieldemarmiesse, @inyong37, @jvishnuvardhan, @ksachdeva, @leondgarse, @midsterx, @qlzh727, @reedwm, @seanpmorgan, @shkarupa-alex and @tgsmith61591