BVLC / caffe

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

"Extracting Features" example contains out-of-date references to LevelDB #2340

Open yangky11 opened 9 years ago

yangky11 commented 9 years ago

The tutorial says 'The features are stored to LevelDB'. But it actually stores them in lmdb.

And the tutorial says 'the features are ready for access by some other code'. Where can I find those code?

longjon commented 9 years ago

It does look the text is out-of-date. You're welcome to PR the appropriate changes.

The text about "some other code" doesn't refer to anything specifically, it just means you can write any (LM)DB code you want to process the output.