addons
addons copied to clipboard
Useful extra functionality for TensorFlow 2.x maintained by SIG-addons
I am reading the source code of the spectral normalization's implementation. I think it is not consistent with its original paper's algorithm. I am not an expert on tensorflow so...
Optimizes the streaming correlation metrics by removing a while loop as well as usage of `tf.sparse.add` that computes only on CPU.
# Description This PR adds a test diagnosing the issue reported in https://github.com/tensorflow/addons/issues/2745. This test is currently expected to fail. ## Type of change - [ ] Bug fix -...
**System information** - OS Platform and Distribution: Windows 10 - TensorFlow version and how it was installed: 2.9.1 (binary, from pip) - TensorFlow-Addons version and how it was installed: 1.17.1...
# Description - [ ] Need to update windows builds - [ ] Waiting for arm macos build Brief Description of the PR: ## Type of change
# Description crf_decode returns a tuple of decode_tags, best_score, but the type annotation suggests that it returns only one tensor ## Type of change - [x] Bug fix
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 - TensorFlow version and how it was installed (source or binary):2.9.1 - TensorFlow-Addons version and how it...
**Describe the feature and the current behavior/state.** **Relevant information** - Are you willing to contribute it (yes/no): no *If you wish to contribute, then read the requirements for new contributions...
This will likely come after we finalize our build automation and toolchain, but wanted to start an issue for visibility. When the time comes we will enable anaconda installs using...
**Describe the feature and the current behavior/state.** - GRU cell (RNNs) with layernorm layers. - Similar to LayerNormLSTMCell https://github.com/tensorflow/addons/blob/d126b4690e7858b85fdb3c9e9a61143c31e9fddb/tensorflow_addons/rnn/layer_norm_lstm_cell.py **Relevant information** - Are you willing to contribute it (yes/no): no...