NVlabs / SegFormer

Official PyTorch implementation of SegFormer
https://arxiv.org/abs/2105.15203
Other
2.36k stars 332 forks source link

Geforce RTX 3060 must use torch11.0+(Windows) #104

Open Buling-Knight opened 1 year ago

Buling-Knight commented 1 year ago

Geforce RTX 3060 must use torch11.0+, and this means I must use cuda11.3, and the minimum version of mmcv is 1.4.7 So I got this error:

"AssertionError: MMCV==1.4.7 is used but incompatible. Please install mmcv>=[1, 1, 4], <=[1, 3, 0]."

please guide me, how to sovle it? Should I must use RTX 20xx? Thanks!

Buling-Knight commented 1 year ago

And should I modify the value of minimum version of mmcv in code?

TanishqPradhan commented 1 year ago

hi, were you able to fix this?

DongWan0285 commented 10 months ago

Hi, how did you solve this problem.

sdsdsz commented 7 months ago

Use CUDA 11.1.1 to install the corresponding version of pytorch and mmcv 1.3.0