Skip to content

Commit

Permalink
Fix path to mnist_autoencoder.prototxt
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck-Dernoncourt committed Jul 23, 2015
1 parent 2d32881 commit 0753219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0753219

Please sign in to comment.