Deployed 190a3a9 with MkDocs version: 1.0.4

This commit is contained in:
William Falcon
2019-08-13 05:39:53 -05:00
parent 71d2fcb7cf
commit 2b89c3513b
4 changed files with 16 additions and 16 deletions
@@ -1013,7 +1013,7 @@ class CoolModel(pl.LightningModule):
y_hat = self.forward(x)
return {'loss': F.cross_entropy(y_hat, y)(y_hat, y)}
def validation_step(self, batch, batch_nb):
def validation_step(self, batch, batch_nb, dataloader_i):
# OPTIONAL
x, y = batch
y_hat = self.forward(x)