-
Notifications
You must be signed in to change notification settings - Fork 18.6k
switch data layer default source to lmdb from leveldb #1131
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
Conversation
|
I wouldn't change defaults of params. On Sunday, September 21, 2014, Evan Shelhamer notifications@github.com
Sergio |
|
@sguada the plan is to announce it in the release like we do deprecations Given that do you still see changing the default as too problematic? On Mon, Sep 22, 2014 at 8:25 AM, Sergio Guadarrama <notifications@github.com
|
|
I understand, maybe in this case is okay, but in general I prefer to keep The same argument would apply in the other case if anyone who wants it just On Monday, September 22, 2014, Evan Shelhamer notifications@github.com
Sergio |
|
It seems like we could also just try loading it as the DB type specified by
|
|
Good call Jeff. Seems like the best case for the user and no harm is done. On Mon, Sep 22, 2014 at 9:23 AM, Jeff Donahue notifications@github.com
|
|
Maybe just showing a warning about it would be enough. |
|
Well, we should keep and deprecate it rather than drop it. I'm fine with simplifying the design by ignoring it (and maybe showing a warning if it's specified), though. |
|
Right, deprecate and warn sounds good (by drop I didn't mean remove it from On Mon, Sep 22, 2014 at 10:56 AM, Jeff Donahue notifications@github.com
|
|
Closing since the dev branch is deprecated. Please send PRs to master. |
DATAlayers now default to lmdb storage instead of leveldb. See #1128 for reasoning.**Update your model definitions if the models rely on the leveldb default for loading your input data by setting
backend: LEVELDBindata_layer_param.