Skip to content

TensorFlow Addons v0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 00:54
6899b91

Release Notes

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

Changelog

  • Built with C++17 compatibility

tfa.metrics

  • Fix the Kendalls Tau metric when used in graph mode (#2739)
  • Add Kendall's Tau-c, Spearman's Rank, Pearson's Correlation metrics (#2741)
  • Correlation metrics optimization (#2747)

tfa.optimizers

  • Make MultiOptimizer serializable (#2719)
  • Point optimizer to tf.keras.optimizer.legacy.Optimizer (#2706)
  • Use consistent markdown formatting for the AdamW paper (#2722)

Thanks to our Contributors

@JackWindows, @chenmoneygithub, @nicolaspi, @njzjz, @ronshapiro, @bhack, @lgeiger and @seanpmorgan