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

When checking whether the shape of 'potentials' is static in crf_decode, you need to check whether potentials.shape[1].value is None, and not potentials.shape[1] (which is a Dimension object and is never...

text

**Describe the bug** The `Sparsemax` layer has the `supports_masking` flag `True` but its `call` method does not actually take in a `mask`. **Code to reproduce the issue** See https://github.com/tensorflow/addons/blob/v0.17.0/tensorflow_addons/layers/sparsemax.py#L36 **Other...

**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 20.04): Alma Linux 9.3 - TensorFlow version and how it was installed (source or binary): r2.16 branch from source -...

It would be great if the package on pip included a `manylinux` wheel with the `aarch64` platform. This would enable using this package on e.g. AWS Graviton instances. **Relevant information**...

Dear contributors and users of TensorFlow Addons, As many of you know, TensorFlow Addons (TFA) is a repository of community maintained and contributed extensions for TensorFlow, first created in 2018...

**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux x86_64 - TensorFlow version and how it was installed (source or binary): 2.12 via conda package of TF...

**System information** Google cloud tpu-vm TPU type=v3-32 TPU software version=tpu-vm-tf-2.10.0-pod I installed TF2 model garden with `pip3 install tf-models-nightly` as mentioned in [https://github.com/tensorflow/models](url) When trying to run train.py, I got...

**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 - TensorFlow version and how it was installed (source or binary): Tensorflow 2.12.0 - Install by using...

**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 22.04 - TensorFlow version and how it was installed (source or binary): 2.11 pip wheel - TensorFlow-Addons version...

**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): linux - TensorFlow version and how it was installed (source or binary): 3.18 - TensorFlow-Addons version and how it...