Skip to content
New issue

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additon of levenberg-marquardt optimizer in TORCH.OPTIM #51407

Open
bhanudaysharma opened this issue Jan 30, 2021 · 0 comments
Open

Additon of levenberg-marquardt optimizer in TORCH.OPTIM #51407

bhanudaysharma opened this issue Jan 30, 2021 · 0 comments
Labels
enhancement Not as big of a feature, but technically not a bug. Should be easy to fix module: optimizer Related to torch.optim triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Comments

@bhanudaysharma
Copy link

bhanudaysharma commented Jan 30, 2021

馃殌 Feature

Additon of levenberg-marquardt algorithm in TORCH.OPTIM

Motivation

The Levenberg-Marquardt (LM) algorithm is a classical and standard algorithm used to solve non-linear least squares problems. Though the scipy.optimize.curve_fit provides a great implementation of it, it is serial and runs of CPU. The curve_fit from SciPy becomes very slow in case of large problems, and therefore a GPU version is needed.

Pitch

GPU version of scipy.optimize.curve_fit

cc @vincentqb

@H-Huang H-Huang added enhancement Not as big of a feature, but technically not a bug. Should be easy to fix module: optimizer Related to torch.optim triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module labels Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Not as big of a feature, but technically not a bug. Should be easy to fix module: optimizer Related to torch.optim triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

No branches or pull requests

2 participants