Update README.md

This commit is contained in:
William Falcon 2019-03-30 21:26:11 -04:00 committed by GitHub
parent 24255a9eab
commit 97f8291242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ class ExampleModel(RootModule):
optimizer = self.choose_optimizer('adam', self.parameters(), {'lr': self.hparams.learning_rate}, 'optimizer')
return [optimizer]
# LIGHTING WILL USE THE LOADERS YOU DEFINE HERE
@property
def tng_dataloader(self):
return pytorch_dataloader('train')