Skip to content
Discussion options

You must be logged in to vote

you can use LambdaLR where lambda function can be something like:

lambda epoch: return lr * (0.1 if epoch in self.lr_decay_epoch else 1)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@cmdrootaccess
Comment options

@rohitgr7
Comment options

@cmdrootaccess
Comment options

Answer selected by s-rog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment