when I run training code, it reports ModuleNotFoundError: No module named 'torchvision.transforms.functional_tensor'
my environment:
Mac M1 chip
python 3.9
torch 1.10.2
torchvision 0.2.2
Should torchvision.transforms.functional_tensor be torchvision.transforms.functional ?
Need help