Skip to content

Commit

Permalink
Add mode=2 option to the docstring in BatchNormalization (#2919)
Browse files Browse the repository at this point in the history
Fix a tiny typo.
  • Loading branch information
henry0312 authored and fchollet committed Jun 8, 2016
1 parent 25c10af commit d7e3934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras/layers/normalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class BatchNormalization(Layer):
# Arguments
epsilon: small float > 0. Fuzz parameter.
mode: integer, 0 or 1.
mode: integer, 0, 1 or 2.
- 0: feature-wise normalization.
Each feature map in the input will
be normalized separately. The axis on which
Expand Down

0 comments on commit d7e3934

Please sign in to comment.