When i test the torch.hub.load some error

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.