mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-23 16:54:56 +00:00
Update tasks.py
This commit is contained in:
parent
d0913d187b
commit
16bd33284f
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class TaskDataModule(LightningDataModule):
|
|||
if not self.batch_size or self.batch_size < 1:
|
||||
raise NotImplementedError(
|
||||
"Each task configures its own batch_size. \
|
||||
Please set it explicitely, to avoid confusion."
|
||||
Please set it explicitly, to avoid confusion."
|
||||
)
|
||||
|
||||
def train_dataloader(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue