I'm trying to use pytorch-directml on a WSL to perform some basic image reading and build a CNN.
However, I'm seeing this error when I try to call the torchvision.io.image_read
function to read an image.
The versions I'm on are:
Python: 3.8
Pytorch-directml: 1.8.0a0.dev220506
Torchvision: 0.9.0
Can anyone help with this? Would be much appreciated!