We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is to keep track of all the optimizers to implement in the repository.
SGD (.SGD)
.SGD
Momentum (.Momentum)
.Momentum
RMSProp (.RMSProp)
.RMSProp
AdaGrad (.Adagrad)
.Adagrad
Adam (.Adam)
.Adam
AdaMax (.Adamax)
.Adamax
AdaDelta (.Adadelta)
.Adadelta
Implement AdamW (.AdamW) #27
.AdamW
AMSGrad (AMSGrad)
AMSGrad
RAdam (.Radam)
.Radam
LION (.Lion)
.Lion
Nesterov Accelerated Gradient (.Nesterov) #31
.Nesterov
NAdam (.NAdam)
.NAdam
AdaBelief (.Adabelief)
.Adabelief
Adan (.Adan)
.Adan
AdaFactor(.Adafactor)
.Adafactor
AccSGD (.AccSGD)
.AccSGD
AdaBound (.Adabound)
.Adabound
AdaMod (.AdaMod)
.AdaMod
Demon SGD/Adam (.DemonSGD & .DemonAdam)
.DemonSGD
.DemonAdam
AggMo (.AggMo)
.AggMo
QHM (.QHM)
.QHM
QHAdam (.QHAdam)
.QHAdam
LAMB (.Lamb)
.Lamb
SWATS (.Swats)
.Swats
Shampoo (.Shampoo)
.Shampoo
SAM (.SAM)
.SAM
AdamP (.AdamP)
.AdamP
Sophia (.Sophia)
.Sophia
GaLore (.GaLore)
.GaLore
The text was updated successfully, but these errors were encountered:
bhavnicksm
No branches or pull requests
This issue is to keep track of all the optimizers to implement in the repository.
To Do
SGD (
.SGD
)Momentum (
.Momentum
)RMSProp (
.RMSProp
)AdaGrad (
.Adagrad
)Adam (
.Adam
)AdaMax (
.Adamax
)AdaDelta (
.Adadelta
)Implement AdamW (
.AdamW
) #27AMSGrad (
AMSGrad
)RAdam (
.Radam
)LION (
.Lion
)Nesterov Accelerated Gradient (
.Nesterov
) #31NAdam (
.NAdam
)AdaBelief (
.Adabelief
)Adan (
.Adan
)AdaFactor(
.Adafactor
)AccSGD (
.AccSGD
)AdaBound (
.Adabound
)AdaMod (
.AdaMod
)Demon SGD/Adam (
.DemonSGD
&.DemonAdam
)AggMo (
.AggMo
)QHM (
.QHM
)QHAdam (
.QHAdam
)LAMB (
.Lamb
)SWATS (
.Swats
)Shampoo (
.Shampoo
)SAM (
.SAM
)AdamP (
.AdamP
)Sophia (
.Sophia
)GaLore (
.GaLore
)Resources
The text was updated successfully, but these errors were encountered: