Which modules do learn
below refer to
Welcome to fastai – fastai in the last two blocks of text, we can see
learn
(depends oncallbacks
) defines helper functions to invoke the callbacks more easily.
- optionally, a submodule named
learn
that will containLearner
specific to the application.
There are no modules named learn
any more. My guess is the following. Could you verify them for me? @sgugger Thanks!