@@ -62,7 +62,7 @@ Here's a minimal example without a validation or test loop.
classLitClassifier(pl.LightningModule):
def__init__(self):
super(MNISTModel,self).__init__()
super().__init__()
self.l1=torch.nn.Linear(28*28,10)
defforward(self,x):
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.