You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing C-optim (https://github.com/kyleliang919/C-Optim) for the supported optimizers, especially Adam and AdamW, optionally or as separate optimizers.
Motivation
C-optim is a new development in optimizer research, which very slightly tweaks any optimizer update rule with significant convergence improvements, both theoretical and empirical.
Your contribution
unfortunately, very unfamiliar with C development so will have a hard time implementing this myself
The text was updated successfully, but these errors were encountered:
Feature request
Implementing C-optim (https://github.com/kyleliang919/C-Optim) for the supported optimizers, especially Adam and AdamW, optionally or as separate optimizers.
Motivation
C-optim is a new development in optimizer research, which very slightly tweaks any optimizer update rule with significant convergence improvements, both theoretical and empirical.
Your contribution
unfortunately, very unfamiliar with C development so will have a hard time implementing this myself
The text was updated successfully, but these errors were encountered: