Skip to content

StepLR - example #4476

@pefi9

Description

@pefi9

Hi,
In the

>>> # Assuming optimizer uses lr = 0.5 for all groups
>>> # lr = 0.05 if epoch < 30
>>> # lr = 0.005 if 30 <= epoch < 60
>>> # lr = 0.0005 if 60 <= epoch < 90
is written: "lr values are [0.05, 0.005, ...]."
If I understand it correctly, it should be [0.5, 0.05, 0.005, ...].

Metadata

Metadata

Assignees

No one assigned

    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