4 Repositories
Python adabound Libraries
Keras implementation of AdaBound
AdaBound for Keras Keras port of AdaBound Optimizer for PyTorch, from the paper Adaptive Gradient Methods with Dynamic Bound of Learning Rate. Usage A
132 Sep 23, 2022
Bunch of optimizer implementations in PyTorch
Bunch of optimizer implementations in PyTorch
76 Jan 3, 2023
An optimizer that trains as fast as Adam and as good as SGD.
AdaBound An optimizer that trains as fast as Adam and as good as SGD, for developing state-of-the-art deep learning models on a wide variety of popula
2.9k Dec 27, 2022
torch-optimizer -- collection of optimizers for Pytorch
torch-optimizer torch-optimizer -- collection of optimizers for PyTorch compatible with optim module. Simple example import torch_optimizer as optim
2.6k Jan 3, 2023