Update tasks.py

This commit is contained in:
Maxim Evtush 2025-06-09 15:39:58 +02:00 committed by GitHub
parent d0913d187b
commit 16bd33284f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):