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

addcmul_ used in RMSpropEpsInsideSqrt has been deprecated #124

Open
marioyc opened this issue Jan 27, 2021 · 1 comment
Open

addcmul_ used in RMSpropEpsInsideSqrt has been deprecated #124

marioyc opened this issue Jan 27, 2021 · 1 comment

Comments

@marioyc
Copy link
Contributor

marioyc commented Jan 27, 2021

UserWarning: This overload of addcmul_ is deprecated:
        addcmul_(Number value, Tensor tensor1, Tensor tensor2)
Consider using one of the following signatures instead:
        addcmul_(Tensor tensor1, Tensor tensor2, *, Number value) (Triggered internally at  /pytorch/torch/csrc/utils/python_arg_parser.cpp:882.)
  square_avg.mul_(alpha).addcmul_(1 - alpha, grad, grad)
@kamalesh0406
Copy link

Can you say the exact version of pytorch you are using? I am not able to recreate this.

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