addons
addons copied to clipboard
Useful extra functionality for TensorFlow 2.x maintained by SIG-addons
**Describe the feature and the current behavior/state.** Please add multi-class precision and recall metrics, much like that in `sklearn.metrics`. Currently, `tf.metrics.Precision` and `tf.metrics.Recall` only support binary labels. `sklearn.metrics` supports averages...
**Describe the feature and the current behavior/state.** back prop the gradient to transforms. **Relevant information** - Are you willing to contribute it (yes/no): no - Are you willing to maintain...
**Describe the feature and the current behavior/state.** Currently EmbeddingBag and underlying op works only with dense tensors. But a lot of nlp ops/tasks in modern require to use RaggedTensors. Converting...
Hello, I tried to use F1Score metrics instead of accuracy during training. I get an error with incompatible shapes because I used sparse_categorical_crossentropy and my labels are sparsely defined. Please...
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): N/A - TensorFlow version and how it was installed (source or binary): N/A - TensorFlow-Addons version and how it...
The recent paper by Rabe, Staats, et. al on the Google Research team ["Self-attention Does Not Need O(n2) Memory"](https://arxiv.org/abs/2112.05682) provides a numerically stable implementation of multi-headed attention that requires O(√n)...
It's an issue switched from tf repo ([here](https://github.com/tensorflow/tensorflow/issues/40983)) and here is [the pending pr](https://github.com/tensorflow/tensorflow/pull/40990) I've sent there. According to the reviewer's suggestion, I probably should add the module to here...
# Description Brief Description of the PR: add a tutorial for CRF Layer **To Reviewers**: Here is the candidate feature list for this tutorial: * [Done] Replace faked training data...
Following on problems I had while training with Triplet Loss, I went through the backend code and gathered some personal / visual explanations. Feel free to use my resources. https://tudorvladstefan.medium.com/de-mystifying-tensorflows-triplet-loss-deca00ca9479
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): - TensorFlow version and how it was installed (source or binary): - TensorFlow-Addons version and how it was installed...