tsai icon indicating copy to clipboard operation
tsai copied to clipboard

Learning rate decay

Open dfx1822375 opened this issue 2 years ago • 1 comments

Hi @oguiza : Hello, I would like to know if there is a way to achieve decay of the learning rate during the training of the network in tsai

dfx1822375 avatar May 17 '22 07:05 dfx1822375

Hi @dfx1822375, tsai uses fastai. LR decay is applied by default if you use learn.fit_one_cycle. Please, take a look at fastai's documentation about this functionality(https://docs.fast.ai/callback.schedule.html#Learner.fit_one_cycle)

oguiza avatar May 17 '22 10:05 oguiza

I'll close this issue due to the lack of response.

oguiza avatar Aug 18 '22 10:08 oguiza