Skip to content

Version 0.2

Compare
Choose a tag to compare
@miguelvr miguelvr released this 14 Nov 14:25
· 9 commits to master since this release

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