packed sequence clarification in train_dataloader (#443)

* packed sequence clarification in train_dataloader

* moved changes to training loop

* removed changes from required interface

* added index entry
This commit is contained in:
s-rog
2019-11-03 05:26:27 -05:00
committed by William Falcon
parent 1865de1ff8
commit 4e9fd95f79
3 changed files with 21 additions and 1 deletions
@@ -186,7 +186,7 @@ break out of the current training epoch early.
def train_dataloader(self)
```
Called by lightning during training loop. Make sure to use the @pl.data_loader decorator, this ensures not calling this function until the data are needed.
If you want to change the data during every epoch DON'T use the data_loader decorator.
If you want to change the data during every epoch DON'T use the data_loader decorator.
##### Return
PyTorch DataLoader