Drop path
DropPath
¶
Bases: Module
Drop paths (Stochastic Depth) per sample.
Source code in inference/models/depth_anything_v3/architecture/layers/drop_path.py
27 28 29 30 31 32 33 34 35 | |