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

Updated Adaptive Pooling layers to be analogous to torch.nn.Adaptive*pooling layers from PyTorch. Fixes # (issue) Adaptive Pooling Layers had constraints regarding shapes of inputs. Some of those constraints have been...

layers
cla: yes

**System information** - OS: Linux Ubuntu 16.04: - TensorFlow: tensorflow-gpu 2.2.0 installed via Anaconda (`conda install`), binary - (Anaconda repository currently does not support a newer TensorFlow) - TensorFlow-Addons: tensorflow-addons...

losses
ecosystem-review

It has been noticed that while using Gaurav0/backport@d69fd1d2469762a7b4007f671857e4f94deed0af your bot_token_key a1b2c3d47311f8e29e204f85a81b4df4a44e252c is present in plaintext. Please ensure that secrets are encrypted or not passed as plain text in github workflows.

Currently, our backport bot is broken. Need to do some investigation to see what the issue is. Help wanted, and ping @gabrieldemarmiesse to see if he can take a look....

help wanted

Support for macOS Monterey # Description Adding support for macOS Monterey M1 local build. Brief Description of the PR: Adding changes to bazel configuration and scripts to enable building from...

cla: yes
build

hello, @howl-anderson : May i ask you some questions? Details are as follows: file path: https://github.com/howl-anderson/addons/blob/feature/crf_layer_on_stable_release/tensorflow_addons/layers/crf.py: code: def call(self, inputs, mask=None, text=None, **kwargs): the call func return value is always...

crf

**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux CentOS 8/Windows 11 - TensorFlow version and how it was installed (source or binary): 2.6.0 binary - TensorFlow-Addons...

**Describe the feature and the current behavior/state.** Support for CorrelationCost along just 1 dimension. Currently CorrelationCost applies the kernel in both directions, horizontal and vertical, as described in the original...

help wanted
layers
Feature Request

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

I have two machines one with multiple GPUs and one with a single GPU. I do something like strategy = tf.distribute.MirroredStrategy() if multi_gpu else tf.distribute.get_strategy() then in training I do...