diff options
author | Evan Shelhamer <shelhamer@imaginarynumber.net> | 2014-10-09 21:01:41 -0700 |
---|---|---|
committer | Evan Shelhamer <shelhamer@imaginarynumber.net> | 2014-10-09 21:01:41 -0700 |
commit | 5d2fb984347339c0ca2988a21215a2647bb90781 (patch) | |
tree | 82d9c80fc8c15bf63975ab1a4eddca3eeb7fad66 | |
parent | 3ff2201f2706f8aa1522b635a2d46f4003abc032 (diff) | |
download | caffeonacl-5d2fb984347339c0ca2988a21215a2647bb90781.tar.gz caffeonacl-5d2fb984347339c0ca2988a21215a2647bb90781.tar.bz2 caffeonacl-5d2fb984347339c0ca2988a21215a2647bb90781.zip |
[example] re-title LeNet / MNIST heading too
-rw-r--r-- | examples/mnist/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mnist/readme.md b/examples/mnist/readme.md index 2b8f0d78..33ed371b 100644 --- a/examples/mnist/readme.md +++ b/examples/mnist/readme.md @@ -6,7 +6,7 @@ include_in_docs: true priority: 1 --- -# Training MNIST with Caffe +# Training LeNet on MNIST with Caffe We will assume that you have Caffe successfully compiled. If not, please refer to the [Installation page](/installation.html). In this tutorial, we will assume that your Caffe installation is located at `CAFFE_ROOT`. |