Skip to content

Fix tensor initialization in Optimizers Python wrappers #4975

Closed
@abhinavarora

Description

@abhinavarora

All optimizers require the one-time initialization of some tensors like learning rate, accumulators etc. Currently we initialize them using fill_constant op, which is not correct. Once the new initialization design (#4852) is implemented, we need to change the initialization in optimizers.py.

Metadata

Metadata

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