Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update io_utils.py
I just fixed Numpy -> NumPy in HDF5Matrix class.
  • Loading branch information
Denny-Hwang authored Oct 14, 2019
commit 33a1bea59c94075bfd5cb847da3eb8944d1c4d74
2 changes: 1 addition & 1 deletion keras/utils/io_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


class HDF5Matrix(object):
"""Representation of HDF5 dataset to be used instead of a Numpy array.
"""Representation of HDF5 dataset to be used instead of a NumPy array.

# Example

Expand Down