-
Notifications
You must be signed in to change notification settings - Fork 617
Added stochastic depth layer #2154
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
Added stochastic depth layer #2154
Conversation
|
We need a CODEOWNER for this and a co-CODEOWNER as sponsor. |
|
I can be the co-owner, so @MHStadler feels free to list you (if you wish) and me in the |
|
@WindQAQ Thanks, I added us two |
|
Do we need mixed precision tests? |
|
@bhack I looked at some of the existing mixed_precision tests, and I added one to check the output dtype is retained correctly Let me know if and which further tests I should add |
WindQAQ
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
* Added stochastic depth layer * Fixed code style and added missing __init__ entry * Fixed tests and style * Fixed code style * Updated CODEOWNERS * Added codeowners for tests * Changes after code review * Test and formatting fixes * Fixed doc string * Added mixed precision test * Further code review changes * Code review changes
Description
Brief Description of the PR:
Resolves #2032
Type of change
Checklist:
How Has This Been Tested?