An open API service indexing awesome lists of open source software.

https://github.com/peterding/lamb

An Implementation for the optimizer LAMB with Tensorflow 2.0
https://github.com/peterding/lamb

deep-learning lamb nlp optimizer

Last synced: 10 months ago
JSON representation

An Implementation for the optimizer LAMB with Tensorflow 2.0

Awesome Lists containing this project

README

          

# An Implementation for the optimizer [LAMB](https://arxiv.org/abs/1904.00962) with Tensorflow 2.0

We use pure python code inherted from `tensorflow.keras.optimizers.Adam` to implement the LAMB algorithm ( Layerwise Adaptive Large Latch optimization).

This implementation uses L2 regularization for all weights excepted for layernorm and all biases.