Sorry, just got back to this. I can confirm that updating to torchvision 0.13.0 resolves the issue.
pip install torchvision==0.13.0 --user
–user was necessary for this particular update on my system for some reason, though it is not usually.
Sorry, just got back to this. I can confirm that updating to torchvision 0.13.0 resolves the issue.
pip install torchvision==0.13.0 --user
–user was necessary for this particular update on my system for some reason, though it is not usually.