Skip to content

Commit 0753219

Browse files
Fix path to mnist_autoencoder.prototxt
1 parent 2d32881 commit 0753219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/layers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Given an input value x, The `ReLU` layer computes the output as x if x > 0 and n
213213
* Layer type: `Sigmoid`
214214
* CPU implementation: `./src/caffe/layers/sigmoid_layer.cpp`
215215
* CUDA GPU implementation: `./src/caffe/layers/sigmoid_layer.cu`
216-
* Sample (as seen in `./examples/imagenet/mnist_autoencoder.prototxt`)
216+
* Sample (as seen in `./examples/mnist/mnist_autoencoder.prototxt`)
217217

218218
layer {
219219
name: "encode1neuron"

0 commit comments

Comments
 (0)