summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorKyle Mills <kyle.mills@uoit.net>2016-05-13 11:15:33 -0400
committerKyle Mills <kyle.mills@uoit.net>2016-05-13 11:15:33 -0400
commit078d9981a2c64b19834decdef3ce3dd032b667c0 (patch)
treef3b891cc1f057f6550c654c40e4ccdc0ed251171 /python
parent9c46289d1a9fc58d4f4b0fc572705523c34318fd (diff)
downloadcaffeonacl-078d9981a2c64b19834decdef3ce3dd032b667c0.tar.gz
caffeonacl-078d9981a2c64b19834decdef3ce3dd032b667c0.tar.bz2
caffeonacl-078d9981a2c64b19834decdef3ce3dd032b667c0.zip
fixed typo in io.py
Diffstat (limited to 'python')
-rw-r--r--python/caffe/io.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/caffe/io.py b/python/caffe/io.py
index cee5ace2..e1759beb 100644
--- a/python/caffe/io.py
+++ b/python/caffe/io.py
@@ -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.
"""