Compressing LMDB files

会有一股神秘感。 提交于 2019-12-24 08:43:33

问题


I am wondering if anyone has tried using compression techniques for their LMDB files? Typically, lmdb files typically do not use any compression. I am wondering if anyone has successfully stored data in an lmdb using jpeg compression on lmdb and then used it for caffe. I need this because I am working on a developer board with very limited storage space. If so, can you please provide steps/code to do this?

thanks


回答1:


Caffe also supports HDF5 which supports compression. If your dataset is smth like mnist - it may be a good choice.



来源:https://stackoverflow.com/questions/37661134/compressing-lmdb-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!