DropBlock-pytorch
DropBlock-pytorch copied to clipboard
Implementation of DropBlock in Pytorch
DropBlock in PyTorch
An implementation of DropBlock
in PyTorch. DropBlock
is a replacement for dropout which zero-es
entire spatial blocks instead of single pixels. For more information, check the paper:
DropBlock: A regularization method for convolutional networks