Skip to content

Commit fbc940e

Browse files
Use lazy storage in README
1 parent 6d2672d commit fbc940e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)