Option to add additional callbacks to LRFind

Hello everyone,
I was wandering in the source code and see that in lr_finder.py, the learner’s callbacks are overriden by an array containing only the _LRCallback.
So here’s my argument: I want to have the ability to pass more callbacks, for use case such as: I’ve implemented some data aug callbacks like Mixup and CutMix, and I want to LRFind in that situation.
Thank you for reading!

yeah, mind create and issue and supporting PR :slight_smile:

1 Like