Skip to content

MisconfigurationException of LRScheduler for i-Code-Doc #137

@armunalam

Description

@armunalam

While attempting to reproduce the results using the code you kindly shared, I encountered an issue during training related to the learning rate scheduler. The traceback is as follows:
pytorch_lightning.utilities.exceptions.MisconfigurationException: The provided lr scheduler LambdaLR doesn't follow PyTorch's LRScheduler API. You should override the LightningModule.lr_scheduler_step hook with your own logic if you are using a custom LR scheduler.

This error seems to be rooted in compatibility with PyTorch Lightning's expected scheduler API.

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