add note about worker number

This commit is contained in:
rasbt 2024-05-08 21:20:43 -05:00
parent 10d3370f74
commit 80cd98884e

View File

@ -718,7 +718,7 @@
"source": [
"from torch.utils.data import DataLoader\n",
"\n",
"num_workers = 0\n",
"num_workers = 0 # For compatibility with most computers\n",
"batch_size = 8\n",
"\n",
"torch.manual_seed(123)\n",