pypi fastai 2.4
v2.4

latest releases: 2.7.18, 2.7.17, 2.7.16...
3 years ago

Breaking changes

  • QRNN module removed, due to incompatibility with PyTorch 1.9, and lack of utilization of QRNN in the deep learning community. QRNN was our only module that wasn't pure Python, so with this change fastai is now a pure Python package.

New Features

  • Support for PyTorch 1.9
  • Improved LR Suggestions (#3377), thanks to @muellerzr
  • SaveModelCallback every nth epoch (#3375), thanks to @KeremTurgutlu
  • Send self.loss_func to device if it is an instance of nn.Module (#3395), thanks to @arampacha
  • Batch support for more than one image (#3339)
  • Changable tfmdlists for TransformBlock, Datasets, DataBlock (#3327)

Bugs Squashed

Don't miss a new fastai release

NewReleases is sending notifications on new releases.