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

[TF] Bring batchNormalized in line with standard batchnorm formula #21900

Merged
merged 1 commit into from Jan 16, 2019

Conversation

jekbradbury
Copy link
Collaborator

Most batchnorm implementations, including those in Keras and TF, use
vector scale and offsets treated elementwise, not scalars.

@jekbradbury jekbradbury added the tensorflow This is for "tensorflow" branch PRs. label Jan 16, 2019
stdlib/public/TensorFlow/Ops.swift Outdated Show resolved Hide resolved
@jekbradbury jekbradbury force-pushed the batchnorm-vector branch 3 times, most recently from 9a4adf4 to f45d785 Compare January 16, 2019 22:29
Most batchnorm implementations, including those in Keras and TF, use
vector scale and offsets treated elementwise, not scalars.
@jekbradbury jekbradbury merged commit 6213e1d into apple:tensorflow Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tensorflow This is for "tensorflow" branch PRs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants