Skip to content

Implement a Stochastic Depth operator #4298

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
datumbox opened this issue Aug 20, 2021 · 0 comments · Fixed by #4301
Closed

Implement a Stochastic Depth operator #4298

datumbox opened this issue Aug 20, 2021 · 0 comments · Fixed by #4301

Comments

@datumbox
Copy link
Contributor

🚀 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant