Open1
ImportError: cannot import name 'datapoints' from 'torchvision'

If you are using 0.20, you should use tv_tensors as datapoints was renamed to tv_tensors.
torchvision 0.2以降で名前がわかったようだ。tv_tensors instead of datapoints.
If you are using 0.20, you should use tv_tensors as datapoints was renamed to tv_tensors.
torchvision 0.2以降で名前がわかったようだ。tv_tensors instead of datapoints.