corrected init

This commit is contained in:
Falko Victor Habel 2025-01-26 13:48:52 +01:00
parent 338ac5dee5
commit 00168af32d
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class AIIADataLoader(DataLoader):
seed=42,
column="file_path",
label_column=None):
super().__init__()
super().__init__(dataset)
self.batch_size = batch_size
self.val_split = val_split