From 4fc45f2af7fc8f4ae94231268b210d0fb3f63cd7 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 12 Jul 2023 20:41:41 +0200 Subject: [PATCH] [data.datamodule] Minor doc fixes --- src/ptbench/data/datamodule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ptbench/data/datamodule.py b/src/ptbench/data/datamodule.py index 3e699347..5c940918 100644 --- a/src/ptbench/data/datamodule.py +++ b/src/ptbench/data/datamodule.py @@ -429,7 +429,7 @@ class CachingDataModule(lightning.LightningDataModule): the system. Set to >= 1 to enable that many multiprocessing instances for data loading. - It sets the parameter ``num_workers`` (from Dataloaders) to match the + It sets the parameter ``num_workers`` (from DataLoaders) to match the expected pytorch representation. For macOS machines, it also sets the ``multiprocessing_context`` to use ``spawn`` instead of the default. -- GitLab