-
Notifications
You must be signed in to change notification settings - Fork 615
Implementation of Normalizations #14
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
Merged
Merged
Changes from 19 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
c30b75a
edited buildfile for normalizations. Implemented GroupNorm,InstanceNo…
Smokrow 0e7674b
Resolved Comments
Smokrow 65a5495
found bug in normalizations init
Smokrow 892110c
minor changes
Smokrow 57c60a7
Merge remote-tracking branch 'upstream/master' into dev/tests
Smokrow d5beb61
added function for easy testing.
Smokrow 7a361ce
clean up
Smokrow 2c174fc
found bug in BUILD File
Smokrow 7c32461
fixed signature bug and added tests
Smokrow 22f3073
Merge remote-tracking branch 'upstream/master' into dev/layer_norm
Smokrow 0b04162
Update maxout.py
Smokrow 095d91e
small change to variable name
Smokrow 3b6d4e6
cleaned BUILD file
Smokrow b288cca
cleaned docstring
Smokrow b7e3d77
did some refactoring
Smokrow 55cb158
refactored call function
Smokrow ee55d75
Merge branch 'dev/layer_norm' of https://github.com/Smokrow/addons in…
Smokrow 540492e
fixed BUILD file
Smokrow f980aa5
implemented batch_normalization from tf nn
Smokrow 576961d
added normalization and reshape test
Smokrow 918eeb7
added axis check
Smokrow d2c1afd
added manual layer test
Smokrow 4ebd907
added tests to check normalization with numpy
Smokrow 37244c4
Included some comments from @ppwwyyxx
Smokrow 0669466
beautified
Smokrow 25d5569
Merge branch 'master' into dev/layer_norm
Smokrow b4613ae
Update normalizations.py
Smokrow fcd1639
Update normalizations.py
Smokrow e8ddabe
Merge branch 'master' into pr/Smokrow/14
seanpmorgan 429ded2
* Standardize formatting with project
seanpmorgan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.