BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.09k stars 18.7k forks source link

Missing link in ImageNet toturial #2732

Closed tonyyyang closed 9 years ago

tonyyyang commented 9 years ago

On the Brewing ImageNet page, the last link results in 404 not found:

" ... And since now you have a trained network, check out how to use it with the Python interface for classifying ImageNet. "

Does any one know where the link goes?

seanbell commented 9 years ago

It's probably supposed to point here: https://github.com/BVLC/caffe/blob/master/examples/00-classification.ipynb (the file was renamed after a tutorial was merged into the main codebase)

tonyyyang commented 9 years ago

@seanbell Awesome! Thank you very much.