Skip to content

Commit c394b55

Browse files
autoihWindQAQ
authored andcommitted
Fixing missing files (#678)
* fix links * missing import lamb * reorder
1 parent e2bb647 commit c394b55

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ warning.
126126

127127
## Contributing
128128
TF-Addons is a community led open source project. As such, the project
129-
depends on public contributions, bug-fixes, and documentation. Please
130-
see [contribution guidelines](CONTRIBUTING.md) for a guide on how to
131-
contribute. This project adheres to [TensorFlow's code of conduct](CODE_OF_CONDUCT.md).
129+
depends on public contributions, bug-fixes, and documentation. Please see
130+
[contribution guidelines](https://github.com/tensorflow/addons/blob/master/CONTRIBUTING.md)
131+
for a guide on how to contribute. This project adheres to [TensorFlow's code of conduct](https://github.com/tensorflow/addons/blob/master/CODE_OF_CONDUCT.md).
132132
By participating, you are expected to uphold this code.
133133

134134
## Community

tensorflow_addons/optimizers/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
from __future__ import print_function
2020

2121
from tensorflow_addons.optimizers.conditional_gradient import ConditionalGradient
22+
from tensorflow_addons.optimizers.lamb import LAMB
2223
from tensorflow_addons.optimizers.lazy_adam import LazyAdam
2324
from tensorflow_addons.optimizers.lookahead import Lookahead
2425
from tensorflow_addons.optimizers.moving_average import MovingAverage

0 commit comments

Comments
 (0)