diff options
author | Kyle Mills <kyle.mills@uoit.net> | 2016-05-13 11:15:33 -0400 |
---|---|---|
committer | Kyle Mills <kyle.mills@uoit.net> | 2016-05-13 11:15:33 -0400 |
commit | 078d9981a2c64b19834decdef3ce3dd032b667c0 (patch) | |
tree | f3b891cc1f057f6550c654c40e4ccdc0ed251171 /python | |
parent | 9c46289d1a9fc58d4f4b0fc572705523c34318fd (diff) | |
download | caffeonacl-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.py | 2 |
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. """ |