ImportError: cannot import name 'get_image_backend'

Hi, I’m trying to import get_image_backend by

from torchvision import get_image_backend

But I get the error:

ImportError: cannot import name 'get_image_backend'

My pytorch version is 1.0.1.post2, does this error due to my pytorch version or something? Thanks in advance.

Which torchvision version did you install?