Skip to content

v2.1.9

Compare
Choose a tag to compare
@jph00 jph00 released this 13 Dec 19:01
· 1190 commits to master since this release

New Features

  • Refactor MixUp and CutMix into MixHandler (#3037), thanks to @muellerzr
    • Refactors into a general MixHandler class, with MixUp and CutMix simply implementing a before_batch to perform the data augmentation. See fastai.callback.mixup

Bugs Squashed

  • Gradient Accumulation + Mixed Precision shows artificially high training loss (#3048)