We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadd7bb commit 124942fCopy full SHA for 124942f
README.md
@@ -440,7 +440,7 @@ In this example we use the `nn` package to implement our two-layer network:
440
import torch
441
442
device = torch.device('cpu')
443
-device = torch.device('cuda') # Uncomment this to run on GPU
+# device = torch.device('cuda') # Uncomment this to run on GPU
444
445
# N is batch size; D_in is input dimension;
446
# H is hidden dimension; D_out is output dimension.
0 commit comments