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

[BUG] Naming of Adagrad optimizer #180

Closed
3 tasks done
Benjamin-eecs opened this issue Jul 22, 2023 · 0 comments · Fixed by #171
Closed
3 tasks done

[BUG] Naming of Adagrad optimizer #180

Benjamin-eecs opened this issue Jul 22, 2023 · 0 comments · Fixed by #171
Assignees
Labels
bug Something isn't working

Comments

@Benjamin-eecs
Copy link
Member

Required prerequisites

What version of TorchOpt are you using?

0.7.1

System information

  • 3.9.16 (main, Jan 11 2023, 16:05:54)
  • 0.7.2.dev44+ga31e7da 1.13.1 1.13.1

Problem description

In torch.optim, it is called Adagrad

image

Reproducible example code

torch.optim.Adagrad
vs
torchopt.AdaGrad

Traceback

No response

Expected behavior

Adagrad

Additional context

No response

@Benjamin-eecs Benjamin-eecs added the bug Something isn't working label Jul 22, 2023
@Benjamin-eecs Benjamin-eecs self-assigned this Jul 22, 2023
@Benjamin-eecs Benjamin-eecs reopened this Jul 22, 2023
@Benjamin-eecs Benjamin-eecs linked a pull request Jul 22, 2023 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant