summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2015-09-23 21:17:45 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2015-09-23 21:17:45 -0700
commit37dc63cf3609134eec7950faaee0467071994e96 (patch)
tree52c820312cd4f39b15875d8fca5ec99d5f5ead7d /examples
parentff6b288dc3451a889aba9d1cbf0716f548729e9c (diff)
parent7146e596347db81869b5bfa9b4cb014e80be9732 (diff)
downloadcaffeonacl-37dc63cf3609134eec7950faaee0467071994e96.tar.gz
caffeonacl-37dc63cf3609134eec7950faaee0467071994e96.tar.bz2
caffeonacl-37dc63cf3609134eec7950faaee0467071994e96.zip
Merge pull request #2951 from dplarson/examples_readme_link
[examples] fix link to feature visualization notebook
Diffstat (limited to 'examples')
-rw-r--r--examples/feature_extraction/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/feature_extraction/readme.md b/examples/feature_extraction/readme.md
index a980b8b3..2bc3dacb 100644
--- a/examples/feature_extraction/readme.md
+++ b/examples/feature_extraction/readme.md
@@ -64,7 +64,7 @@ If you meet with the error "Check failed: status.ok() Failed to open leveldb exa
rm -rf examples/_temp/features/
-If you'd like to use the Python wrapper for extracting features, check out the [layer visualization notebook](http://nbviewer.ipython.org/github/BVLC/caffe/blob/master/examples/filter_visualization.ipynb).
+If you'd like to use the Python wrapper for extracting features, check out the [filter visualization notebook](http://nbviewer.ipython.org/github/BVLC/caffe/blob/master/examples/00-classification.ipynb).
Clean Up
--------