Skip to content

Commit 124942f

Browse files
authored
Update README.md
Super minor issue, but caught my eye :)
1 parent fadd7bb commit 124942f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ In this example we use the `nn` package to implement our two-layer network:
440440
import torch
441441

442442
device = torch.device('cpu')
443-
device = torch.device('cuda') # Uncomment this to run on GPU
443+
# device = torch.device('cuda') # Uncomment this to run on GPU
444444

445445
# N is batch size; D_in is input dimension;
446446
# H is hidden dimension; D_out is output dimension.

0 commit comments

Comments
 (0)