butchland/fastai_xla_extensions

learner.lr_find returns wrong result

Closed this issue · 2 comments

This is what is shown when using XLAOptFuncWrapper:
image

Initial diagnosis is that this is due
to the use of XLAOptFuncWrapper returning an instance of OptimWrapper.

Currently debugging OptimWrapper so it returns correct learner.opt.hypers

fixed as of this commit