cc icon indicating copy to clipboard operation
cc copied to clipboard

Versions of torch and torchvision in the experiment implementation

Open ruili3 opened this issue 6 years ago • 3 comments

Hi anuragranj,

The requirements.txt of your code denotes the necessary packages for your code's implementation. However I encoutered problems when installing the spatial-correlation-sampler, which may be a result of version conflict of spatial-correlation-sampler v0.2.1 and torch v0.4.1.

So I wonder your package versions of your spatial-correlation-sampler, torch and torchvision. I want to specify them to successfully install them.

Thanks!

ruili3 avatar Oct 24 '19 01:10 ruili3

You would need to use pytorch=>1.0 to support spatial-correlation-sampler.

anuragranj avatar Oct 24 '19 14:10 anuragranj

hello what's the version of torch and spatial-correlation-sampler? My torch is 1.2 and spatial-correlation-sampler is 0.2.1 and it can not work

jilner avatar Jul 29 '20 04:07 jilner

You can try directly compiling from here: https://github.com/ClementPinard/Pytorch-Correlation-extension

anuragranj avatar Jul 29 '20 22:07 anuragranj