Skip to content

Commit c606f2c

Browse files
authored
Update two_layer_net_nn.py
1 parent 1b21327 commit c606f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nn/two_layer_net_nn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"""
1414

1515
device = torch.device('cpu')
16-
device = torch.device('cuda') # Uncomment this to run on GPU
16+
# device = torch.device('cuda') # Uncomment this to run on GPU
1717

1818
# N is batch size; D_in is input dimension;
1919
# H is hidden dimension; D_out is output dimension.

0 commit comments

Comments
 (0)