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
Summary: Ignore `pin_memory` in `get_pytorch_dataloader` if cuda is not available. This replicates the behavior of the pytorch dataloader (see `torch.utils.data.dataloader._BaseDataLoaderIter`) and avoids job failures when cuda is not available.
Reviewed By: moto-meta
Differential Revision: D68357863
0 commit comments