From 075321931671330a8591554182dfa7e9f94697f4 Mon Sep 17 00:00:00 2001 From: Franck Dernoncourt Date: Wed, 22 Jul 2015 17:32:12 -0700 Subject: Fix path to mnist_autoencoder.prototxt --- docs/tutorial/layers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/tutorial/layers.md b/docs/tutorial/layers.md index 806374e3..eabc792b 100644 --- a/docs/tutorial/layers.md +++ b/docs/tutorial/layers.md @@ -213,7 +213,7 @@ Given an input value x, The `ReLU` layer computes the output as x if x > 0 and n * Layer type: `Sigmoid` * CPU implementation: `./src/caffe/layers/sigmoid_layer.cpp` * CUDA GPU implementation: `./src/caffe/layers/sigmoid_layer.cu` -* Sample (as seen in `./examples/imagenet/mnist_autoencoder.prototxt`) +* Sample (as seen in `./examples/mnist/mnist_autoencoder.prototxt`) layer { name: "encode1neuron" -- cgit v1.2.3