-
Precompute and tfms (transformations) have a well discussed thread in this forum… Here’s it
(precompute=True) Answer’s to 3 and 4 -
lrf=learn.lr_find()we can skip thatlrfbut it’s quite useful though in the later stages
We can use that lrf as shown below,
lrs = np.array([ 1, 2, 3 ]); learn.lr_find(lrs / 1000)
It is based on this Cyclical Learning Rates for Training Neural Networks