Skip to content

Why is there no learning rate scheduling policy in the current implementation? #141

Description

@whdong-whu

Hi, thanks for your great work!

I have a question about the training configuration:
Why is there no learning rate scheduling policy in the current implementation?
I found that the code defines a learning rate scheduler:
scheduler = optim.lr_scheduler.StepLR(optimizer, step_size=10, gamma=0.5)
However, it seems that the scheduler is never actually applied during training (e.g., no scheduler.step() call inside the training loop). As a result, the learning rate remains constant throughout training.

Any clarification would be greatly appreciated. Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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