Skip to content
Snippets Groups Projects
Commit 4fc45f2a authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[data.datamodule] Minor doc fixes

parent aafabb96
No related branches found
No related tags found
1 merge request!6Making use of LightningDataModule and simplification of data loading
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment