Skip to content

Releases: miguelvr/dropblock

Version 0.3 - Performance Improvements

17 Dec 11:51
Compare
Choose a tag to compare

Changes:

  • Performance improvements of block mask computation (#21)
  • Performance improvements of bernoulli mask computation (#22)

Bug Fixes:

  • Fixed bug where too big block sizes lead to wrong block mask size (#20)

Notes:

  • Should be now compatible with PyTorch v1.0

Version 0.2.1 - minor fix

29 Nov 10:44
Compare
Choose a tag to compare

Fixes a minor issue with the DropBlock2D block mask generation.

Version 0.2

14 Nov 14:25
Compare
Choose a tag to compare

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

07 Nov 23:16
82daf17
Compare
Choose a tag to compare

Index based DropBlock implementation