Skip to content

Commit

Permalink
fix naming for GELU and add tlu maintainer (tensorflow#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
AakashKumarNain authored and seanpmorgan committed Jan 14, 2020
1 parent a1a1e4c commit cdf9de5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tensorflow_addons/layers/README.md
Expand Up @@ -3,24 +3,26 @@
## Maintainers
| Submodule | Maintainers | Contact Info |
|:---------- |:----------- |:------------- |
| gelu | @AakashKumarNain | aakashnain@outlook.com |
| gelu | @AakashKumarNain | aakashnain@outlook.com |
| maxout | @fsx950223 | fsx950223@gmail.com |
| normalizations | @smokrow | moritz.kroeger@tu-dortmund.de |
| opticalflow | @fsx950223 | fsx950223@gmail.com |
| poincare | @rahulunair | rahulunair@gmail.com |
| sparsemax | @AndreasMadsen | amwwebdk+github@gmail.com |
| tlu | @AakashKumarNain | aakashnain@outlook.com |
| wrappers | @seanpmorgan | seanmorgan@outlook.com |

## Components
| Submodule | Layer | Reference |
|:---------- |:----------- |:------------- |
| gelu | GeLU | https://arxiv.org/abs/1606.08415 |
| gelu | GELU | https://arxiv.org/abs/1606.08415 |
| maxout | Maxout | https://arxiv.org/abs/1302.4389 |
| normalizations | GroupNormalization | https://arxiv.org/abs/1803.08494 |
| normalizations | InstanceNormalization | https://arxiv.org/abs/1607.08022 |
| opticalflow | CorrelationCost | https://arxiv.org/abs/1504.06852 |
| poincare | PoincareNormalize | https://arxiv.org/abs/1705.08039 |
| sparsemax| Sparsemax | https://arxiv.org/abs/1602.02068 |
| tlu | TLU | https://arxiv.org/abs/1911.09737 |
| wrappers | WeightNormalization | https://arxiv.org/abs/1602.07868 |

## Contribution Guidelines
Expand Down

0 comments on commit cdf9de5

Please sign in to comment.