Skip to content
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

Refactor batch normalization #1040

Merged
merged 5 commits into from
Sep 9, 2019
Merged

Refactor batch normalization #1040

merged 5 commits into from
Sep 9, 2019

Conversation

ChrisWu1997
Copy link
Member

Checklist

  • I've tested that my changes are compatible with the latest version of Tensorflow.
  • I've read the Contribution Guidelines
  • I've updated the documentation if necessary.

Motivation and Context

Support BatchNorm1d with 2D input.

Description

After refactoring, BatchNorm1d/BatchNorm2d/BatchNorm3d is basically no different from BatchNorm, except they are limited to certain input shape while BatchNorm works for all shape(at least 2D).

@ChrisWu1997 ChrisWu1997 changed the title [WIP]Refactor batch normalization Refactor batch normalization Sep 9, 2019
@warshallrho warshallrho merged commit 7f74569 into master Sep 9, 2019
@luomai luomai deleted the ChrisWu1997-patch-1 branch September 9, 2019 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants