33[ ![ PyPI Status Badge] ( https://badge.fury.io/py/tensorflow-addons.svg )] ( https://pypi.org/project/tensorflow-addons/ )
44[ ![ Gitter chat] ( https://img.shields.io/badge/chat-on%20gitter-46bc99.svg )] ( https://gitter.im/tensorflow/sig-addons )
55
6+ ### Official Builds
7+
8+ | Build Type | Status |
9+ | --- | --- |
10+ | ** Linux Py2 CPU** | [ ![ Status] ( https://storage.googleapis.com/tensorflow-kokoro-build-badges/addons/ubuntu-py2.svg )] ( https://storage.googleapis.com/tensorflow-kokoro-build-badges/addons/ubuntu-py2.html ) |
11+ | ** Linux Py3 CPU** | [ ![ Status] ( https://storage.googleapis.com/tensorflow-kokoro-build-badges/addons/ubuntu-py3.svg )] ( https://storage.googleapis.com/tensorflow-kokoro-build-badges/addons/ubuntu-py3.html ) |
12+ | ** Linux Py2 GPU** | [ ![ Status] ( https://storage.googleapis.com/tensorflow-kokoro-build-badges/addons/ubuntu-gpu-py2.svg )] ( https://storage.googleapis.com/tensorflow-kokoro-build-badges/addons/ubuntu-gpu-py2.html ) |
13+ | ** Linux Py3 GPU** | [ ![ Status] ( https://storage.googleapis.com/tensorflow-kokoro-build-badges/addons/ubuntu-gpu-py3.svg )] ( https://storage.googleapis.com/tensorflow-kokoro-build-badges/addons/ubuntu-gpu-py3.html ) |
14+
615TensorFlow Addons is a repository of contributions that conform to
716well-established API patterns, but implement new functionality
817not available in core TensorFlow. TensorFlow natively supports
@@ -41,9 +50,9 @@ the list we adhere to:
4150
4251
43521 ) [ Layers] ( tensorflow_addons/layers/README.md )
44- 1 ) [ Optimizers] ( tensorflow_addons/optimizers/README.md )
45- 1 ) [ Losses] ( tensorflow_addons/losses/README.md )
46- 1 ) [ Custom Ops] ( tensorflow_addons/custom_ops/README.md )
53+ 2 ) [ Optimizers] ( tensorflow_addons/optimizers/README.md )
54+ 3 ) [ Losses] ( tensorflow_addons/losses/README.md )
55+ 4 ) [ Custom Ops] ( tensorflow_addons/custom_ops/README.md )
4756
4857#### Periodic Evaluation
4958Based on the nature of this repository, there will be contributions that
@@ -52,7 +61,6 @@ maintainable, SIG-Addons will perform periodic reviews and deprecate
5261contributions which will be slated for removal. More information will
5362be available after we submit a formal request for comment.
5463
55-
5664## Examples
5765See [ ` tensorflow_addons/examples/ ` ] ( tensorflow_addons/examples/ )
5866for end-to-end examples of various addons.
0 commit comments