-
I need to use lmdb in python2.7. will not use python3
the error report:
```
pip2 install lmdb==1.4
...
Building wheels for collected packages: lmdb
Building wheel for lmdb (setup.py) ...…
-
I am glad to see your code.Would you mind to give me the dataset about the code,because I'm very interested in your code and I want to run it.Thank you very much.
-
Hi, I want to know how you guys converted the MjSynth dataset to lmdb using their provided annotations?
-
If making many databases, get deadlock (linux error 35), without NOTLS.
Example case attached.
Run on Mac OSX Mojave ( 10.14.0 ).
Could you help me understand whether this is an LMDB or LMDB_…
-
## Expected Behaviour
In my muttrc I have
```
set sidebar_format = "nmutt_sidebar_format '%_D%?F? [%F]?' '%N' '%S'|"
```
which should call the `nmutt_sidebar_format` script with the provide…
-
Hi there,
I'm having trouble with my own LMDB datasets and BalancedBatchSampler after a recent update.
It now requires the dataset to pass .metadata_hasattr("natoms") unless the UnsupportedDatasetE…
-
**Bug description**
When running the following example using heed, we get unwraps of error 22: invalid argument:
```rust
use heed::EnvOpenOptions;
fn main() {
const NBR_THREADS: usize =…
-
Thanks for your impressive work.I'd like to know if I could find the pruned resnet model on CIFAR10.As I know, only models for imagenet are released now.
Thank you!
-
Sorry to bother you. But the link of the original test sets on Baiduyun has grown stale. Could you please offer a new link? Thank you very much.
-
Before we implementing fully distributed store feature, maybe we could have a read-only replica for the server.
Although we do not have WAL, but we can propagate the transaction messages to the re…