Since development of torchdata is on pause github.com/pytorch/data we switched ocf_datapipes over to using the now built-in PyTorch datapipes. This causes issues with PVNet, as there are some duplicate datapipe names now between the torchdata ones and the PyTorch DataPipes ones.
We can probably switch PVNet to use the internal PyTorch datapipes now, it does involve removing DataLoader2 though, as not everything was copied over to the core PyTorch one
Describe the bug
Since development of torchdata is on pause github.com/pytorch/data we switched ocf_datapipes over to using the now built-in PyTorch datapipes. This causes issues with PVNet, as there are some duplicate datapipe names now between the torchdata ones and the PyTorch DataPipes ones.
We can probably switch PVNet to use the internal PyTorch datapipes now, it does involve removing DataLoader2 though, as not everything was copied over to the core PyTorch one