Skip to content

Simple Tensorflow implementation of "On The Variance Of The Adaptive Learning Rate And Beyond"

License

Notifications You must be signed in to change notification settings

satyenrajpal/RAdam-Tensorflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAdam-Tensorflow

On the Variance of the Adaptive Learning Rate and Beyond

Installation

NOTE: This implementation is for Tensorflow 1.x only -

pip install tf-1.x-rectified-adam

Usage

from radam import RAdamOptimizer

train_op = RAdamOptimizer(learning_rate=0.001, beta1=0.9, beta2=0.999, weight_decay=0.0).minimize(loss)

Algorithm

Result

result

Author

Junho Kim

About

Simple Tensorflow implementation of "On The Variance Of The Adaptive Learning Rate And Beyond"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%