Loading pre-trained weights from a local file rather than from a URL

The following worked for me.

  1. Manually downloaded the weights file (e.g. wt103-fwd.tgz) from S3 location
  2. placed that in models directory under fastai home directory (~/.fastai/models)
  3. untar the file (tar -xvzf) in the same location.