towhee.models.layers.dropblock2dΒΆ

PyTorch implementations of DropBlock and DropPath (Stochastic Depth) regularization layers.

PyTorch implementations of DropBlock and DropPath (Stochastic Depth) regularization layers.

Papers: DropBlock: A regularization method for convolutional networks (https://arxiv.org/abs/1810.12890)

Copyright 2020 Ross Wightman

Functions

drop_block_2d

DropBlock.

drop_block_fast_2d

DropBlock.

Classes

DropBlock2d

DropBlock.