You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the Stochastic Depth as described in Deep Networks with Stochastic Depth to randomly drop residual branches in residual architectures.
The operator should support 2 modes, dropping the entire batch as described on the original paper and dropping individual rows from the batch as utilized on the EfficientNet paper. We should provide both a functional and a Layer form.
The text was updated successfully, but these errors were encountered:
🚀 Feature
Implement the Stochastic Depth as described in Deep Networks with Stochastic Depth to randomly drop residual branches in residual architectures.
The operator should support 2 modes, dropping the entire batch as described on the original paper and dropping individual rows from the batch as utilized on the EfficientNet paper. We should provide both a functional and a Layer form.
The text was updated successfully, but these errors were encountered: