Skip to content

Commit

Permalink
Merge pull request #4144 from millskyle/python_io_typo
Browse files Browse the repository at this point in the history
[bug] typo in io.py
  • Loading branch information
shelhamer committed May 13, 2016
2 parents 9c46289 + 078d998 commit bb0c1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/caffe/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def array_to_blobproto(arr, diff=None):
return blob


def arraylist_to_blobprotovecor_str(arraylist):
def arraylist_to_blobprotovector_str(arraylist):
"""Converts a list of arrays to a serialized blobprotovec, which could be
then passed to a network for processing.
"""
Expand Down

0 comments on commit bb0c1a5

Please sign in to comment.