Skip to content

A possible error in chapter-11.ipynb/SharedAdam and SharedRMSprop #24

@MarginalCentrality

Description

@MarginalCentrality

Maybe we need to change
"self.state[p]['steps'] = self.state[p]['shared_step'].item()" to
"self.state[p]['step'] = self.state[p]['shared_step'].item()", in both the step functions of SharedAdam and SharedRMSprop under chapter-11.ipynb. Becasue in the step function of Adam, "state[step]" is used rather than "state[steps]".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions