Learner, Metrics, and Basic Callbacks | fastai
https://docs.fast.ai/learner29.11.2021 · Each Callback is registered as an attribute of Learner (with camel case). At creation, all the callbacks in defaults.callbacks ( TrainEvalCallback, Recorder and ProgressCallback) are associated to the Learner. metrics is an optional list of metrics, that can be either functions or Metric s (see below). path and model_dir are used to save and/or ...
Learner, Metrics, and Basic Callbacks | fastai
docs.fast.ai › learnerNov 29, 2021 · Callback s are used for every tweak of the training loop. Each Callback is registered as an attribute of Learner (with camel case). At creation, all the callbacks in defaults.callbacks ( TrainEvalCallback, Recorder and ProgressCallback) are associated to the Learner. metrics is an optional list of metrics, that can be either functions or Metric ...