From 4c8515a05ae63400166e9311feac8037df3d59c6 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 12 Jul 2015 04:16:14 +0100 Subject: [PATCH] examples/imagenet: fix broken link --- examples/imagenet/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/imagenet/readme.md b/examples/imagenet/readme.md index b1ebfaf..65174d6 100644 --- a/examples/imagenet/readme.md +++ b/examples/imagenet/readme.md @@ -102,4 +102,4 @@ Hope you liked this recipe! Many researchers have gone further since the ILSVRC 2012 challenge, changing the network architecture and/or fine-tuning the various parameters in the network to address new data and tasks. **Caffe lets you explore different network choices more easily by simply writing different prototxt files** - isn't that exciting? -And since now you have a trained network, check out how to use it with the Python interface for [classifying ImageNet](http://nbviewer.ipython.org/github/BVLC/caffe/blob/master/examples/classification.ipynb). +And since now you have a trained network, check out how to use it with the Python interface for [classifying ImageNet](http://nbviewer.ipython.org/github/BVLC/caffe/blob/master/examples/00-classification.ipynb). -- 2.7.4