You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running into TimeoutErrors due to some complicated data loading and changing the default value in DataLoader doesn't help because the value is not propagated to data_transfer_fn which still uses the default of 10.
The text was updated successfully, but these errors were encountered:
Describe the bug
Class
MultiProcessIterator
in methoddispatch_tasks
. See lineelegy/elegy/data/dataset.py
Line 237 in 4709ce8
the code should be
I am running into
TimeoutError
s due to some complicated data loading and changing the default value inDataLoader
doesn't help because the value is not propagated todata_transfer_fn
which still uses the default of 10.The text was updated successfully, but these errors were encountered: