module documentation

Undocumented

Class SaveStatedictCallback Callback used with fastai when training the neural-network models for saving the statedict of the model after each epoch, given the model improved over the best model so far.
Class SaveStatedictEveryNEpochCallback Callback that saves the models statedict at each Nth epoch.