Skip to content

FIX: move the BatchNormalization before the activation with no bias#531

Merged
glemaitre merged 1 commit into
scikit-learn-contrib:masterfrom
glemaitre:is/521
Jan 19, 2019
Merged

FIX: move the BatchNormalization before the activation with no bias#531
glemaitre merged 1 commit into
scikit-learn-contrib:masterfrom
glemaitre:is/521

Conversation

@glemaitre
Copy link
Copy Markdown
Member

close #521

@pep8speaks
Copy link
Copy Markdown

Hello @glemaitre! Thanks for submitting the PR.

Line 27:1: E402 module level import not at top of file
Line 28:1: E402 module level import not at top of file
Line 29:1: E402 module level import not at top of file
Line 51:1: E402 module level import not at top of file
Line 52:1: E402 module level import not at top of file
Line 53:1: E402 module level import not at top of file
Line 54:1: E402 module level import not at top of file
Line 55:1: E402 module level import not at top of file
Line 56:1: E402 module level import not at top of file
Line 86:1: E402 module level import not at top of file
Line 93:1: E402 module level import not at top of file
Line 94:1: E402 module level import not at top of file
Line 128:1: E402 module level import not at top of file
Line 129:1: E402 module level import not at top of file
Line 148:1: E402 module level import not at top of file
Line 163:1: E402 module level import not at top of file
Line 185:1: E402 module level import not at top of file
Line 220:1: E402 module level import not at top of file
Line 221:1: E402 module level import not at top of file

@glemaitre glemaitre merged commit f79cc92 into scikit-learn-contrib:master Jan 19, 2019
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.

Wrong usage of BatchNormalization in example

2 participants