TensorFlow Addons v0.16.0
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
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