Releases: miguelvr/dropblock
Releases · miguelvr/dropblock
Version 0.3 - Performance Improvements
Version 0.2.1 - minor fix
Fixes a minor issue with the DropBlock2D block mask generation.
Version 0.2
Breaking changes:
- DropBlock is now DropBlock2D
- feat_size argument no longer exists, now dinamically computed
New Features:
- DropBlock3D
- LinearScheduler
- ResNet9 on CIFAR10 example script
Bug Fixes:
- Refactored forward pass of DropBlock
- FIxed gamma computation
- Fixed CUDA compatibility
First Release
Index based DropBlock implementation