We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b0aba commit 59423c5Copy full SHA for 59423c5
mnist/main.py
@@ -87,7 +87,6 @@ def main():
87
help='random seed (default: 1)')
88
parser.add_argument('--log-interval', type=int, default=10, metavar='N',
89
help='how many batches to wait before logging training status')
90
-
91
parser.add_argument('--save-model', action='store_true', default=False,
92
help='For Saving the current Model')
93
args = parser.parse_args()
0 commit comments