@@ -26,7 +26,7 @@ developments that cannot be integrated into core TensorFlow
2626 used by a smaller subset of the community).
2727
2828## Maintainers
29- | Sub-Package | Maintainers | Contact Info |
29+ | Subpackage | Maintainers | Contact Info |
3030| :----------------------- | :----------- | :----------------------------|
3131| tfa.activations | SIG-Addons | addons@tensorflow.org |
3232| tfa.image | | |
@@ -37,19 +37,20 @@ developments that cannot be integrated into core TensorFlow
3737
3838## Core Concepts
3939
40- #### Standardized APIs
40+ #### Standardized API within Subpackages
4141User experience and project maintainability are core concepts in
4242TF-Addons. In order to achieve these we require that our additions
4343conform to established API patterns seen in core TensorFlow. Below is
4444the list we adhere to:
4545
46+ 1 ) [ Activations] ( tensorflow_addons/activations/README.md )
47+ 2 ) [ Image] ( tensorflow_addons/image/README.md )
48+ 3 ) [ Layers] ( tensorflow_addons/layers/README.md )
49+ 4 ) [ Losses] ( tensorflow_addons/losses/README.md )
50+ 5 ) [ Optimizers] ( tensorflow_addons/optimizers/README.md )
51+ 6 ) [ Text] ( tensorflow_addons/text/README.md )
4652
47- 1 ) [ Layers] ( tensorflow_addons/layers/README.md )
48- 2 ) [ Optimizers] ( tensorflow_addons/optimizers/README.md )
49- 3 ) [ Losses] ( tensorflow_addons/losses/README.md )
50- 4 ) [ Custom Ops] ( tensorflow_addons/custom_ops/README.md )
51-
52- #### Periodic Evaluation
53+ #### Periodic Evaluation of Subpackages
5354Based on the nature of this repository, there will be contributions that
5455in time become dated and unused. In order to keep the project
5556maintainable, SIG-Addons will perform periodic reviews and deprecate
0 commit comments