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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimization Method #9

Open
ankitesh97 opened this issue Jun 1, 2020 · 1 comment
Open

Optimization Method #9

ankitesh97 opened this issue Jun 1, 2020 · 1 comment

Comments

@ankitesh97
Copy link

I was wondering why did you use BFGS optimization instead of inbuilt ADAM/Gradient descent
optimization method in pytorch?

@ZichaoLong
Copy link
Owner

I was wondering why did you use BFGS optimization instead of inbuilt ADAM/Gradient descent
optimization method in pytorch?

BFGS with line search converges quicker. ADAM and SGD with a fixed learning rate are not stable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants