-
-
Notifications
You must be signed in to change notification settings - Fork 161
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
Consider setting persistent_workers=True in 'train_dataloader' to speed up the dataloader worker initialization.
Describe the solution you'd like
pass '**kwarg to dataloader creation'
Describe alternatives you've considered
add 'persistent_workers' option in Dataconfig
Additional context
NA
manujosephv, Borda and denysgerasymuk799