Stochastic depth is a technique used in training deep neural networks, where some layers are randomly skipped during each training pass. This helps make the network more robust and reduces the risk of overfitting, as the model learns to perform well even if parts of it are not always active. By doing this, the network…
Stochastic Depth
- Post author By EfficiencyAI
- Post date
- Categories In Deep Learning, Model Optimisation Techniques, Model Training & Tuning