File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -184,19 +184,19 @@ data:
184184 class_path: omg.datamodule.StructureDataset
185185 init_args:
186186 file_path: "data/mp_20/train.lmdb"
187- lazy_storage: False
187+ lazy_storage: True
188188 niggli_reduce: False # Apply ASE's Niggli reduction to all structures.
189189 val_dataset:
190190 class_path: omg.datamodule.StructureDataset
191191 init_args:
192192 file_path: "data/mp_20/val.lmdb"
193- lazy_storage: False
193+ lazy_storage: True
194194 niggli_reduce: False # Apply ASE's Niggli reduction to all structures.
195195 pred_dataset:
196196 class_path: omg.datamodule.StructureDataset
197197 init_args:
198198 file_path: "data/mp_20/test.lmdb"
199- lazy_storage: False
199+ lazy_storage: True
200200 niggli_reduce: False # Apply ASE's Niggli reduction to all structures.
201201 batch_size: 32
202202 num_workers: 4
You can’t perform that action at this time.
0 commit comments