I have been trying various torchvision versions (as per requirements.txt) to make the latest install work (installed by running: pip install git+https://github.com/RobustBench/robustbench.git). They all show up with some errors.
For instance, torchvision==0.11.2 gives the following error -> ImportError: cannot import name 'Conv2dNormActivation' from 'torchvision.ops.misc'.
How to fix this? What version of torchvision should I use?
I just tried to install the current version (see here) and it seems to work fine with the latest torch and torchvision versions. At which point do you get that error?
I have been trying various torchvision versions (as per requirements.txt) to make the latest install work (installed by running: pip install git+https://github.com/RobustBench/robustbench.git). They all show up with some errors. For instance, torchvision==0.11.2 gives the following error -> ImportError: cannot import name 'Conv2dNormActivation' from 'torchvision.ops.misc'.
How to fix this? What version of torchvision should I use?