Skip to content

Commit

Permalink
fixed typo in io.py
Browse files Browse the repository at this point in the history
  • Loading branch information
millskyle committed May 13, 2016
1 parent 9c46289 commit 078d998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/caffe/io.py
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 078d998

Please sign in to comment.