-
-
Notifications
You must be signed in to change notification settings - Fork 611
Fix Norm Layers, Again #1509
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
Closed
Fix Norm Layers, Again #1509
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
2cd59b4
clean up the history
0ef033e
bn on cudnn
1e67700
rm extra utils
0dbeb39
use simpler test suite first
04ca0a8
git fixes
31f7000
refactor norm_forward
262112a
simplify tests
c61457c
typose
0432b82
check reduce for batch
77a8e87
use normconfig
d0961a7
use normconfig for other layers
b091a80
typo
680e64f
backwards
4a26559
first pass
1c38029
Update src/layers/normalise.jl
DhairyaLGandhi 137acf9
don't use single instance in bn
db559c5
use prev stats to track
f5c3641
Merge branch 'dg/instance2' of https://github.com/FluxML/Flux.jl into…
fcea841
track stats tests
647dcd9
fix BN(3)
561c94f
check instance norm tests
332b13b
clean up instance norm
30d6542
dont reshape eagerly
1d99fd6
use mean instead of channel
e3ae11d
unbreak a couple tests
c66202e
use non corrected variance
d6fac56
typo
16d0b96
use train time eval
e7fe00b
check for dims in getaffine
9c01dd2
use correct group dims
9abfe0c
typo
a621ef6
use trainmode groupnorm test
e174605
cleanup
99901a7
use bias and gamma for trainable
9f481e4
trainable
e9d89ab
test fixes
8f3844c
new constructor
DhairyaLGandhi bf34b73
test conflicts
DhairyaLGandhi 14a6372
conflicts
DhairyaLGandhi d82c3d3
conflicts
DhairyaLGandhi 8aadf1e
rebase
DhairyaLGandhi 28521c1
rebase
DhairyaLGandhi 19b91b2
size fix
DhairyaLGandhi 0d4605d
space cleanups + show
DhairyaLGandhi 36084e5
add layer norm show methods
DhairyaLGandhi 3c6f1ce
whitespace
DhairyaLGandhi 8f6de19
change some tests
DhairyaLGandhi c525d4f
use affine as function
DhairyaLGandhi aa39039
rebase
DhairyaLGandhi 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.