YingtianDt

Results 2 comments of YingtianDt

I was using the default setting, so yes with cpu(0). It turns out that the problem is solved by initializing the video reader within each worker process, instead of first...

My code is a part of a larger codebase, but I basically did the following: ``` from decord import VideoReader from torch.utils.data import Dataset, DataLoader class MyDataset(Dataset): ... def __getitem__(self,...