Skip to content

Commit 3814ae2

Browse files
Amit Patankarfacaiy
authored andcommitted
Adding Continuous build badges. (#88)
* Adding Continuous build badges. Adding continuous build badges to TensorFlow Addons. * Update README.md Moving build badges to where Sean suggested they be. * Format README
1 parent 88b0833 commit 3814ae2

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
615
TensorFlow Addons is a repository of contributions that conform to
716
well-established API patterns, but implement new functionality
817
not available in core TensorFlow. TensorFlow natively supports
@@ -41,9 +50,9 @@ the list we adhere to:
4150

4251

4352
1) [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
4958
Based on the nature of this repository, there will be contributions that
@@ -52,7 +61,6 @@ maintainable, SIG-Addons will perform periodic reviews and deprecate
5261
contributions which will be slated for removal. More information will
5362
be available after we submit a formal request for comment.
5463

55-
5664
## Examples
5765
See [`tensorflow_addons/examples/`](tensorflow_addons/examples/)
5866
for end-to-end examples of various addons.

0 commit comments

Comments
 (0)