karolyartur commited on
Commit
096711b
1 Parent(s): 01f2512

Set DEFAULT_WRITER_BATCH_SIZE to avoid OOM error

Browse files
Files changed (1) hide show
  1. oe_dataset.py +1 -0
oe_dataset.py CHANGED
@@ -114,6 +114,7 @@ class OEDataset(datasets.GeneratorBasedBuilder):
114
  masks_urls = ["https://huggingface.co/datasets/ABC-iRobotics/oe_dataset/resolve/main/synthetic/random/masks"]
115
  ),
116
  ]
 
117
 
118
  def _info(self):
119
  return datasets.DatasetInfo(
 
114
  masks_urls = ["https://huggingface.co/datasets/ABC-iRobotics/oe_dataset/resolve/main/synthetic/random/masks"]
115
  ),
116
  ]
117
+ DEFAULT_WRITER_BATCH_SIZE = 10
118
 
119
  def _info(self):
120
  return datasets.DatasetInfo(