0.0.9
Pre-release
Pre-release
- Add
ProgressiveResize
callback to implement automatic progressive resizing in fastai - Add support for element-wise MixUp, CutMix and Augmentations in
CutMixUp
andCutMixUpAugment
- Add samples per second to simple profiler, logging and output improvements
- Add MixUp support to
MultiLoss
- Add new batch augmentations
Thanks to @marii-moe for assistance in debugging and fixing ProgressiveResize
memory allocation overflows.