Skip to content
Discussion options

You must be logged in to vote

It happend because I've forgotten about specifying the scheduler's interval.
The correct desired config is something like:

return (
            {"optimizer": opt_1, "lr_scheduler": {"scheduler": schdlr_1, "interval": "step", "name": "LRS-1"}, "frequency": 1},
            {"optimizer": opt_2, "lr_scheduler": {"scheduler": schdlr_1, "interval": "step", "name": "LRS-2"}, "frequency": 1}
)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by celsofranssa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment