-
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…
-
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…
-
LMDB stores key-value pairs for named databases in the default database, which makes it dangerous for an application to open both named databases and the default database within the same environment u…
-
Hello,
I want to use the same read-transaction across several threads in my application.
I activated the feature in my Cargo.toml as follows:
```
heed = { version = "0.20", default-features = fa…
-
I think you are missing caption text per image when generate lmdb file. Otherwise you wouldn't get caption in this line of code. https://github.com/facebookresearch/vilbert-multi-task/blob/a290ba6d9c1…
-
I try to utilize this dataset to train my network.But After I export those dataset,I found those're .webp file. So could you tell me how to convert to .png?
PS: When I directly train my network with …
-
During `make runtest`, [`set_id_to_class_file("/afs/cs.stanford.edu/u/vigneshr/scratch/ICCV2015/data/_temp/dummy.txt")`](https://github.com/eevignesh/videovector/blob/master/src/caffe/test/test_retrie…
-
CC @Kerollmops, as we talked briefly about LMDB alternatives over on the Meili discord.
This issue stems from the fact LMDB won't compile to WASM/WASI because of its complicated concurrency model (…
-
I'm trying to train the TextBoxes model with my custom dataset but I got this error :
`I0808 11:53:32.234365 2839 layer_factory.hpp:77] Creating layer data
I0808 11:53:32.246395 2839 net.cpp:100]…
-
I compiled caffe-android-lib successfully for armeabi-v7a, and would like to train a model
directly on phone.
Without hassling with UI, I decide to run caffe binary through adb shell. After having …
strin updated
7 years ago