Skip to content

Commit

Permalink
Fix help message for no-cuda (pytorch#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
jucor authored and soumith committed Apr 26, 2017
1 parent 2f7b7ad commit 140a8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnist/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
parser.add_argument('--momentum', type=float, default=0.5, metavar='M',
help='SGD momentum (default: 0.5)')
parser.add_argument('--no-cuda', action='store_true', default=False,
help='enables CUDA training')
help='disables CUDA training')
parser.add_argument('--seed', type=int, default=1, metavar='S',
help='random seed (default: 1)')
parser.add_argument('--log-interval', type=int, default=10, metavar='N',
Expand Down

0 comments on commit 140a8bf

Please sign in to comment.