pytorch-lmdb icon indicating copy to clipboard operation
pytorch-lmdb copied to clipboard

A simple Lightning Memory-Mapped Database (LMDB) converter for ImageFolder datasets in PyTorch. Using LMDB over a regular file structure improves I/O performance significantly. Works on both Windows a...

Results 1 pytorch-lmdb issues
Sort by recently updated
recently updated
newest added

First of all, thank you for sharing your wonderful code. Using your code, I'm trying to use pytorch DDP. When num_workers >1 or using DDP, data load may take a...