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 got this issue when using fast_array_utils>=1.4.1 and torch DataLoaders with multiple workers. It seems the new fast_array_utils njit decorator is conflicting with torch.
I got this issue when using
fast_array_utils>=1.4.1and torch DataLoaders with multiple workers. It seems the new fast_array_utilsnjitdecorator is conflicting with torch.EDIT: see below an MRE.