Skip to content
Snippets Groups Projects
Unverified Commit 10f4e41b authored by William Falcon's avatar William Falcon Committed by GitHub
Browse files

Update mnist.py

parent b07c24ff
Branches
No related tags found
No related merge requests found
...@@ -72,8 +72,6 @@ class CoolSystem(pl.LightningModule): ...@@ -72,8 +72,6 @@ class CoolSystem(pl.LightningModule):
# training specific (for this model) # training specific (for this model)
parser.add_argument('--max_nb_epochs', default=2, type=int) parser.add_argument('--max_nb_epochs', default=2, type=int)
parser.add_argument('--gpus', type=str, default=None)
parser.add_argument('--nodes', type=int, default=1)
return parser return parser
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment