junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
22.8k stars 6.29k forks source link

CUDA version #1490

Open Ziyan-swu opened 1 year ago

Ziyan-swu commented 1 year ago

I followed readme to install the environment but come across this issue "NVIDIA GeForce RTX 3080 Laptop GPU with CUDA capability sm_86 is not compatible with the current PyTorch installation.The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_61 sm_70 sm_75 compute_37." I changed cuda version to 10.2,11.0,11.2,but all don't work well,does anyone know how to fix it?

junyanz commented 1 year ago

This seems to be a cuda-related issue. Are you able to run basic PyTorch command on GPU?

LIKP0 commented 6 months ago

Hi @Ziyan-swu, you can see this blog

It's the poblem with your pytorch and CUDA version.