Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default to lmdb for database storage #1128

Merged
merged 2 commits into from
Sep 22, 2014
Merged

Commits on Sep 21, 2014

  1. default backend to lmdb for image conversion and mean computation

    lmdb is 10-15% faster than leveldb although it takes ~1.1x the storage.
    This is usually irrelevant in prefetching since both are fast enough,
    but more important lmdb allows multiple, concurrent reads for training
    and evaluation several models on the same data.
    shelhamer committed Sep 21, 2014
    Configuration menu
    Copy the full SHA
    a669346 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2014

  1. Configuration menu
    Copy the full SHA
    73f1de4 View commit details
    Browse the repository at this point in the history