mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-29 02:31:17 +00:00
Bug fixes and minor features
This commit is contained in:
@@ -585,7 +585,7 @@ def get_dataloader_from_datasets(
|
||||
drop_last=False,
|
||||
shuffle=True,
|
||||
collate_fn=dto_collation, # Use the custom collate function
|
||||
num_workers=4
|
||||
num_workers=8
|
||||
)
|
||||
else:
|
||||
data_loader = DataLoader(
|
||||
|
||||
Reference in New Issue
Block a user