├── .DS_Store ├── .gitignore ├── LICENSE ├── RAdam.py ├── README.md └── assets ├── alg.png └── result.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taki0112/RAdam-Tensorflow/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taki0112/RAdam-Tensorflow/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taki0112/RAdam-Tensorflow/HEAD/LICENSE -------------------------------------------------------------------------------- /RAdam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taki0112/RAdam-Tensorflow/HEAD/RAdam.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taki0112/RAdam-Tensorflow/HEAD/README.md -------------------------------------------------------------------------------- /assets/alg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taki0112/RAdam-Tensorflow/HEAD/assets/alg.png -------------------------------------------------------------------------------- /assets/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taki0112/RAdam-Tensorflow/HEAD/assets/result.png --------------------------------------------------------------------------------