towhee.models.layers.droppathΒΆ

DropPath

PyTorch implementations of DropPath (Stochastic Depth) regularization layers.

Papers: Deep Networks with Stochastic Depth (https://arxiv.org/abs/1603.09382)

Copyright 2020 Ross Wightman

Functions

drop_path

Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).

Classes

DropPath

Drop paths (Stochastic Depth) per sample (when applied in main path of residual blocks).