subprocesses

  • 0 (default)


subprocesses indicates how many subprocesses to use for data loading. 0 means that the data will be loaded in the main process.

Note

More details are explained at PyTorch website. [1]