projects
/
platform
/
upstream
/
caffeonacl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11a41fe
)
fix comment typo
author
Jeff Donahue
<jeff.donahue@gmail.com>
Sun, 16 Feb 2014 09:38:32 +0000
(
01:38
-0800)
committer
Jeff Donahue
<jeff.donahue@gmail.com>
Sun, 16 Feb 2014 09:38:32 +0000
(
01:38
-0800)
src/caffe/util/insert_splits.cpp
patch
|
blob
|
history
diff --git
a/src/caffe/util/insert_splits.cpp
b/src/caffe/util/insert_splits.cpp
index
afbaf7f
..
d3e254e
100644
(file)
--- a/
src/caffe/util/insert_splits.cpp
+++ b/
src/caffe/util/insert_splits.cpp
@@
-36,7
+36,7
@@
void insert_splits(const NetParameter& param, NetParameter* param_split) {
blob_name_to_bottom_split_idx[blob_name] = 0;
}
}
- // Create split layer for any input blobs use
r
by other layers as bottom
+ // Create split layer for any input blobs use
d
by other layers as bottom
// blobs more than once.
for (int i = 0; i < param.input_size(); ++i) {
const string& blob_name = param.input(i);