From: Evan Shelhamer Date: Tue, 6 May 2014 17:04:13 +0000 (-0700) Subject: bundle presentation in gh-pages for now... X-Git-Tag: submit/tizen/20180823.020014~693 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86a3263fe5035a0caa341f88663d61c60efcddad;p=platform%2Fupstream%2Fcaffeonacl.git bundle presentation in gh-pages for now... ...dropbox disabled our link. Actual solution: configure web server for models and other materials soon. --- diff --git a/README.md b/README.md index 6b45624..3f7b84b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ line of code: `Caffe::set_mode(Caffe::CPU)`. Even in CPU mode, computing predictions on an image takes only 20 ms when images are processed in batch mode. -* [Caffe introductory presentation](https://www.dropbox.com/s/10fx16yp5etb8dv/caffe-presentation.pdf) +* [Caffe introductory presentation](http://berkeleyvision.org/caffe-presentation.pdf) * [Installation instructions](http://caffe.berkeleyvision.org/installation.html) \* When measured with the [SuperVision](http://www.image-net.org/challenges/LSVRC/2012/supervision.pdf) model that won the ImageNet Large Scale Visual Recognition Challenge 2012. diff --git a/docs/index.md b/docs/index.md index baa512f..10f7818 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,7 +23,7 @@ Even in CPU mode, computing predictions on an image takes only 20 ms when images ## Documentation -* [Introductory slides](https://www.dropbox.com/s/10fx16yp5etb8dv/caffe-presentation.pdf): slides about the Caffe architecture, *updated 03/14*. +* [Introductory slides](http://caffe.berkeleyvision.org/caffe-presentation.pdf): slides about the Caffe architecture, *updated 03/14*. * [Installation](/installation.html): Instructions on installing Caffe (works on Ubuntu, Red Hat, OS X). * [Pre-trained models](/getting_pretrained_models.html): BVLC provides some pre-trained models for academic / non-commercial use. * [Development](/development.html): Guidelines for development and contributing to Caffe.