We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a8e81 commit eeacb0bCopy full SHA for eeacb0b
dataset_toolkits/datasets/ABO.py
@@ -35,7 +35,7 @@ def download(metadata, output_dir, **kwargs):
35
downloaded = {}
36
metadata = metadata.set_index("file_identifier")
37
with tarfile.open(os.path.join(output_dir, 'raw', 'abo-3dmodels.tar')) as tar:
38
- with ThreadPoolExecutor(max_workers=os.cpu_count()) as executor, \
+ with ThreadPoolExecutor(max_workers=1) as executor, \
39
tqdm(total=len(metadata), desc="Extracting") as pbar:
40
def worker(instance: str) -> str:
41
try:
0 commit comments