Learner, Metrics, and Basic Callbacks | fastai
docs.fast.ai › learnerNov 29, 2021 · path and model_dir are used to save and/or load models. Often path will be inferred from dls, but you can override it or pass a Path object to model_dir. Make sure you can write in path/model_dir! wd is the default weight decay used when training the model; moms, the default momentums used in Learner.fit_one_cycle.
Learner, Metrics, and Basic Callbacks | fastai
https://docs.fast.ai/learner29.11.2021 · path and model_dir are used to save and/or load models. Often path will be inferred from dls, but you can override it or pass a Path object to model_dir. Make sure you can write in path/model_dir! wd is the default weight decay used when training the model; moms, the default momentums used in Learner.fit_one_cycle.