Can you share how you are reading the dataset? You should be using the following class - fairchem/src/fairchem/core/datasets/lmdb_dataset.py at main · FAIR-Chem/fairchem · GitHub.
from fairchem.core.datasets import LmdbDataset
dataset = LmdbDataset({"src": "/path/to/lmdb/directory"})
1 Like