Skip to content

TensorFlow Addons v0.4.0

Compare
Choose a tag to compare
@seanpmorgan seanpmorgan released this 16 Jun 16:43
2b92947

Release Notes

Changelog

  • Assorted bugfixes throughout
  • Cleanup to use public tensorflow APIs throughout

tfa.image

  • Add mean filter 2d (#185)
  • Speed up mean_filter2d with depthwise_conv2d (#235)

tfa.metrics

  • Add Cohen's Kappa (#267)

tfa.optimizers

  • Bugfix correctly subclass Adam in LazyAdam optimizer (#261)
  • Set epsilon as a constant in LazyAdam optimizer (#248)

tfa.rnn

  • Pass kwargs to wrapped cell in AttentionWrapper (#272)

Thanks to our Contributors

  • Aakash Kumar Nain
  • Dheeraj R Reddy
  • Guillaume Klein
  • Kyle Beauchamp
  • Mainak Dutta
  • Qianli Scott Zhu
  • Sean Morgan
  • Shashvat Chand Shahi
  • Tzu-Wei Sung
  • Yan Facai (颜发才)