Skip to content

Fix Adam Op to remove update of Beta1 and Beta2 power accumulators outside the op #4909

Closed
@abhinavarora

Description

@abhinavarora

In the Adam Op, we have 2 accumulators, Beta1Pow and Beta2Pow. Since, we will create Adam op for every parameter, these accumulators should be moved out of the op and be controlled by the Python API.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions