@@ -28,29 +28,20 @@ developments that cannot be integrated into core TensorFlow
2828## Maintainers
2929| Subpackage | Maintainers | Contact Info |
3030| :----------------------- | :----------- | :----------------------------|
31- | tfa.activations | SIG-Addons | addons@tensorflow.org |
32- | tfa.image | | |
33- | tfa.layers | SIG-Addons | addons@tensorflow.org |
34- | tfa.losses | SIG-Addons | addons@tensorflow.org |
35- | tfa.optimizers | SIG-Addons | addons@tensorflow.org |
36- | tfa.seq2seq | Google | @qlzh727 |
37- | tfa.text | | |
31+ | [ tfa.activations] ( tensorflow_addons/activations/README.md ) | SIG-Addons | addons@tensorflow.org |
32+ | [ tfa.image] ( tensorflow_addons/image/README.md ) | | |
33+ | [ tfa.layers] ( tensorflow_addons/layers/README.md ) | SIG-Addons | addons@tensorflow.org |
34+ | [ tfa.losses] ( tensorflow_addons/losses/README.md ) | SIG-Addons | addons@tensorflow.org |
35+ | [ tfa.optimizers] ( tensorflow_addons/optimizers/README.md ) | SIG-Addons | addons@tensorflow.org |
36+ | [ tfa.seq2seq] ( tensorflow_addons/seq2seq/README.md ) | Google | @qlzh727 |
37+ | [ tfa.text] ( tensorflow_addons/text/README.md ) | | |
3838
3939## Core Concepts
4040
4141#### Standardized API within Subpackages
4242User experience and project maintainability are core concepts in
4343TF-Addons. In order to achieve these we require that our additions
44- conform to established API patterns seen in core TensorFlow. Below is
45- the list we adhere to:
46-
47- 1 ) [ Activations] ( tensorflow_addons/activations/README.md )
48- 2 ) [ Image] ( tensorflow_addons/image/README.md )
49- 3 ) [ Layers] ( tensorflow_addons/layers/README.md )
50- 4 ) [ Losses] ( tensorflow_addons/losses/README.md )
51- 5 ) [ Optimizers] ( tensorflow_addons/optimizers/README.md )
52- 6 ) [ Seq2seq] ( tensorflow_addons/seq2seq/README.md )
53- 7 ) [ Text] ( tensorflow_addons/text/README.md )
44+ conform to established API patterns seen in core TensorFlow.
5445
5546#### Periodic Evaluation of Subpackages
5647Based on the nature of this repository, there will be contributions that
0 commit comments