-
Using the url in the docs:
```
Deno 1.19.0
exit using ctrl+d or close()
> import * as lmdb from "https://deno.land/x/lmdb/mod.t"
Download https://deno.land/x/lmdb/mod.t
Warning Implicitly usin…
-
Hi,
I am wondering how to use this package to load existing .mdb files into matlab ? I tried this:
`database = lmdb.DB(,'RDONLY',true);`
but without success:
Error using LMDB_
Not a directory
Err…
-
Hi, I'm training faster-rcnn on 4 gpus with coco dataset converted to LMDB.
I used num_worker=4 for the dataloader and I found that the memory occupation is almost 60Gb.
I suspect that the whole dat…
-
Hi, I meet a question. I have an LMDB dataset of about 50G. My machine has 100G memory and 8 V100 GPUs of 32GB.
the format of My dataset is like:
```
class MyDataset(Dataset):
def __init__(s…
-
### Problem description
The LMDB ValueStore currently assigns every value an ID (64 bits) and stores the corresponding ID -> value and value -> ID mappings.
This is overhead for values that may be e…
-
I have checked importing 33 GB zone records and the import crashes after 16GB
```
pdnsutil load-zone example.com example.zone
Zone 'example.com' exists already, replacing contents
…
-
Given that there are no install instructions, I tried the generic ones. First, with pip:
```
$ pip install python-lmdb
Downloading/unpacking python-lmdb
Could not find a version that satisfies t…
-
I was going over the LMDB docs last night for inspiration. In LMDB, you have the remarkable property that separate processes (not just separate OS threads) can coordinate access to the database. On li…
-
When using the resnet50_trainer.py with an LMDB database the accuracy is always 1.0 (as seen below).
$ python ~/resnet_te/resnet50_trainer.py --train_data=/home/ubuntu/resnet_te/data/database/trai…
-
When experimenting with import of the fatcat release metadata corpus (about 97 million records, similar in size/scope to crossref corpus when abstracts+references removed), I found the Java LMDB impor…