add note about worker number

This commit is contained in:
rasbt
2024-05-08 21:20:43 -05:00
parent 1e7d1f3bcb
commit 1e34f5a429

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",