mlr3torch icon indicating copy to clipboard operation
mlr3torch copied to clipboard

Implement a learning rate finder

Open sebffischer opened this issue 10 months ago • 1 comments

https://arxiv.org/abs/1506.01186

I believe this might be the same as implemented here: https://mlverse.github.io/luz/reference/lr_finder.html but this needs to be checked.

Whether this is a callback or just a simple function that takes in a learner and task needs to be determined.

sebffischer avatar Jan 20 '25 19:01 sebffischer

Also see here: https://github.com/davidtvs/pytorch-lr-finder

The interface should just be a simple function I guess.

sebffischer avatar Feb 14 '25 10:02 sebffischer