addons icon indicating copy to clipboard operation
addons copied to clipboard

Useful extra functionality for TensorFlow 2.x maintained by SIG-addons

Results 170 addons issues
Sort by recently updated
recently updated
newest added

**Describe the feature and the current behavior/state.** I have to get a model that was built with tf1 to run with tf2 but didn't find the equivalence of the function...

seq2seq
question

**Describe the feature and the current behavior/state.** Convolution layer in keras API only support "same", "valid", "causal" and "full" padding. However, these padding methods is different in shape-wise but same...

The build for TF2.8 and specifically python 3.10 requires us to increment the version of sklearn and skimage. Unfortunately this causes conflicts with the lowest version of NumPy we need...

help wanted
test-cases

Hi! As per [this line](https://github.com/tensorflow/addons/blob/8cec33fcaaf1cf90aec7bdd55a0fcdbb251ce5c2/tensorflow_addons/metrics/f_scores.py#L167), if `y_true` is not under the `one_hot` form (i.e. an integer), the call will fail, so it must be converted to `one_hot` encoding if needed...

After https://github.com/tensorflow/build/issues/79 is solved.

build

**Describe the feature and the current behavior/state.** It has been shown that decoupling weight decay from the learning rate can simply hyper parameter search and leads to better performance. https://arxiv.org/abs/1711.05101...

optimizers
callbacks

**Describe the feature and the current behavior/state.** Tensorflow doesn't have a direct way to solve sparse linear systems of equations. Specifically: solving Ax=b for x where A is a sparse...

**System information** - Linux Ubuntu 18.04 - TensorFlow version 2.7.0 (with pip install) - TensorFlow-Addons version 0.15.0 - Python version 3.6 + Ipython version 7.22 - Is GPU used? No....

This PR makes GroupNorm and InstanceNorm the same dtype behavior as keras' BatchNorm or LayerNorm in mixed_precision. Fixes #2550 ## Type of change - [x] Bug fix # Checklist: -...

layers

Hello all, I tried to build a wheel for Mac M1 for the last Addons. I did it like described in #2503. I get the following error. Does someone know...