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 1b21327 commit c606f2cCopy full SHA for c606f2c
nn/two_layer_net_nn.py
@@ -13,7 +13,7 @@
13
"""
14
15
device = torch.device('cpu')
16
-device = torch.device('cuda') # Uncomment this to run on GPU
+# device = torch.device('cuda') # Uncomment this to run on GPU
17
18
# N is batch size; D_in is input dimension;
19
# H is hidden dimension; D_out is output dimension.
0 commit comments