We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37b58a commit 644e7aaCopy full SHA for 644e7aa
README.md
@@ -177,7 +177,7 @@ class LitAutoEncoder(pl.LightningModule):
177
return embedding
178
179
def training_step(self, batch, batch_idx):
180
- # training_step defined the train loop. It is independent of forward
+ # training_step defines the train loop. It is independent of forward
181
x, y = batch
182
x = x.view(x.size(0), -1)
183
z = self.encoder(x)
0 commit comments