Update README.md

This commit is contained in:
William Falcon
2019-08-13 12:56:12 -04:00
committed by GitHub
parent 1cd5dde164
commit bb75cec076
+1 -1
View File
@@ -77,7 +77,7 @@ import pytorch_lightning as pl
class CoolSystem(pl.LightningModule):
def __init__(self):
super(CoolModel, self).__init__()
super(CoolSystem, self).__init__()
# not the best model...
self.l1 = torch.nn.Linear(28 * 28, 10)