Skip to content

Commit

Permalink
Revert "Correct typo in default value within help (Taeung#667)"
Browse files Browse the repository at this point in the history
This reverts commit 6c51ca5.
  • Loading branch information
reallinux-taeung committed Jul 17, 2020
1 parent e7870c1 commit 2e43ba9
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 @@ -78,7 +78,7 @@ def main():
parser.add_argument('--test-batch-size', type=int, default=1000, metavar='N',
help='input batch size for testing (default: 1000)')
parser.add_argument('--epochs', type=int, default=14, metavar='N',
help='number of epochs to train (default: 14)')
help='number of epochs to train (default: 10)')
parser.add_argument('--lr', type=float, default=1.0, metavar='LR',
help='learning rate (default: 1.0)')
parser.add_argument('--gamma', type=float, default=0.7, metavar='M',
Expand Down

0 comments on commit 2e43ba9

Please sign in to comment.