public
DropPath
— function
DropPath(p)
Implements Stochastic Depth - equivalent to Dropout(p; dims = 4)
when p
≥ 0.
(reference)
Arguments
p
: rate of Stochastic Depth.
public
DropPath
— function
DropPath(p)
Implements Stochastic Depth - equivalent to Dropout(p; dims = 4)
when p
≥ 0.
(reference)
p
: rate of Stochastic Depth.