diff options
author | Evan Shelhamer <shelhamer@imaginarynumber.net> | 2015-06-10 17:43:30 -0400 |
---|---|---|
committer | Evan Shelhamer <shelhamer@imaginarynumber.net> | 2015-06-10 17:43:30 -0400 |
commit | 543afd36b769675b6de113b3903aaa9866d517d0 (patch) | |
tree | 738735f3c59687169fcac1a3740b43ff11d93fdb /docs | |
parent | 2f4a9e40af0c0d08c7b130f4e5091f39a1d33b5a (diff) | |
download | caffeonacl-543afd36b769675b6de113b3903aaa9866d517d0.tar.gz caffeonacl-543afd36b769675b6de113b3903aaa9866d517d0.tar.bz2 caffeonacl-543afd36b769675b6de113b3903aaa9866d517d0.zip |
[docs] drop out-of-date reference to dev branch
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tutorial/layers.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/tutorial/layers.md b/docs/tutorial/layers.md index ff2ee491..806374e3 100644 --- a/docs/tutorial/layers.md +++ b/docs/tutorial/layers.md @@ -5,9 +5,7 @@ title: Layer Catalogue To create a Caffe model you need to define the model architecture in a protocol buffer definition file (prototxt). -Caffe layers and their parameters are defined in the protocol buffer definitions for the project in [caffe.proto](https://github.com/BVLC/caffe/blob/master/src/caffe/proto/caffe.proto). The latest definitions are in the [dev caffe.proto](https://github.com/BVLC/caffe/blob/dev/src/caffe/proto/caffe.proto). - -TODO complete list of layers linking to headings +Caffe layers and their parameters are defined in the protocol buffer definitions for the project in [caffe.proto](https://github.com/BVLC/caffe/blob/master/src/caffe/proto/caffe.proto). ### Vision Layers @@ -507,7 +505,7 @@ The `Slice` layer is a utility layer that slices an input layer to multiple outp } } -`axis` indicates the target axis; `slice_point` indicates indexes in the selected dimension (the number of indices must be equal to the number of top blobs minus one). +`axis` indicates the target axis; `slice_point` indicates indexes in the selected dimension (the number of indices must be equal to the number of top blobs minus one). #### Elementwise Operations |