summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Golden <dgolden1@gmail.com>2014-09-03 13:01:29 -0700
committerDaniel Golden <dgolden1@gmail.com>2014-09-03 14:15:01 -0700
commitbe9a912b430dc5066517dc21022d08526ac3777c (patch)
treeba4c34b428366d32bc00de6ddacd59a20469d8ae /examples
parent66acf92e0ed310eb20245305ded56ad95550af36 (diff)
downloadcaffeonacl-be9a912b430dc5066517dc21022d08526ac3777c.tar.gz
caffeonacl-be9a912b430dc5066517dc21022d08526ac3777c.tar.bz2
caffeonacl-be9a912b430dc5066517dc21022d08526ac3777c.zip
Point to local file, not github file
This makes the readme file more consistent
Diffstat (limited to 'examples')
-rw-r--r--examples/mnist/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mnist/readme.md b/examples/mnist/readme.md
index 074923d2..a51fc1c0 100644
--- a/examples/mnist/readme.md
+++ b/examples/mnist/readme.md
@@ -30,7 +30,7 @@ The design of LeNet contains the essence of CNNs that are still used in larger m
## Define the MNIST Network
-This section explains the prototxt file `lenet_train.prototxt` used in the MNIST demo. We assume that you are familiar with [Google Protobuf](https://developers.google.com/protocol-buffers/docs/overview), and assume that you have read the protobuf definitions used by Caffe, which can be found at [src/caffe/proto/caffe.proto](https://github.com/Yangqing/caffe/blob/master/src/caffe/proto/caffe.proto).
+This section explains the prototxt file `lenet_train.prototxt` used in the MNIST demo. We assume that you are familiar with [Google Protobuf](https://developers.google.com/protocol-buffers/docs/overview), and assume that you have read the protobuf definitions used by Caffe, which can be found at `$CAFFE_ROOT/src/caffe/proto/caffe.proto`.
Specifically, we will write a `caffe::NetParameter` (or in python, `caffe.proto.caffe_pb2.NetParameter`) protobuf. We will start by giving the network a name: