Skip to content

Commit

Permalink
Update np_utils.py (keras-team#13481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Denny-Hwang authored and gabrieldemarmiesse committed Oct 24, 2019
1 parent ecac367 commit e8946d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keras/utils/np_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ def to_categorical(y, num_classes=None, dtype='float32'):


def normalize(x, axis=-1, order=2):
"""Normalizes a Numpy array.
"""Normalizes a NumPy array.
# Arguments
x: Numpy array to normalize.
x: NumPy array to normalize.
axis: axis along which to normalize.
order: Normalization order (e.g. 2 for L2 norm).
Expand Down

0 comments on commit e8946d5

Please sign in to comment.