Skip to content

Commit ed40a2c

Browse files
committed
Correct typo in default value within help
1 parent 787e753 commit ed40a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mnist/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def main():
7777
parser.add_argument('--test-batch-size', type=int, default=1000, metavar='N',
7878
help='input batch size for testing (default: 1000)')
7979
parser.add_argument('--epochs', type=int, default=14, metavar='N',
80-
help='number of epochs to train (default: 10)')
80+
help='number of epochs to train (default: 14)')
8181
parser.add_argument('--lr', type=float, default=1.0, metavar='LR',
8282
help='learning rate (default: 1.0)')
8383
parser.add_argument('--gamma', type=float, default=0.7, metavar='M',

0 commit comments

Comments
 (0)