Hi, I’m wondering what is the alternative for __version__ in torchvision? It used to work normally but now it doesn’t and I’m not able to find the alternative in the documentation.
Error received when calling print(torchvision.__version__) is
AttributeError: module ‘torchvision’ has no attribute ‘version’
It might be a tough question, but do you remember which version you’ve installed (or when from which source)?
The command still works for 0.5.0a0+28003e9.
Are you able to use torchvision besides this missing piece?