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
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