Closed PkuRainBow closed 6 years ago
@nikolausmayer
Hi,
does the description in this thread match your problem case? https://groups.google.com/d/msg/caffe-users/GFaBKPeUvbw/Gf8mKra2BQAJ
You already tried a larger initial size. Could you also try a smaller transaction size? Perhaps % 10
instead of % 100
in if (++count % 100 == 0)
.
I don't have LMDB experience and probably cannot be of much help here.
(closed due to inactivity)
Hi, I have build the project successfully and want to generate the lmdb file using the convert_imageset_and_flow.cpp project. But I have tried for multiple times and meet the exactly the same error:
The error is located at(line #458 convert_imageset_and_flow.cpp) 👍
I have tried to increase the initial database size like this,
But I still the same error. Could anyone help me?