Open rocanaan opened 4 years ago
Did you compile pytorch from source, as indicated in the readme? If so, you may need to change TORCH_CUDA_ARCH_LIST="6.0;7.0"
to also include CUDA_ATCH_LIST for Titan X. I don't know what is that number for your card, but you should definitely include it if that is not 6.0 or 7.0.
Hello,
I haven't been able to train the example provided by sad_2player.sh. I am getting the attached output:
SAD output.pdf
With the most relevant part seen below:
It seems to be some problem with CUDA compatibility. My cuda:0 and cuda:1 devices are a pair of GeForce GTX 1080 Ti, but cuda:2 is a GeForce GTX TITAN X. I am able to run dev.sh (although slow - see #9 ), but looking at the parameters it seems to use only cuda:0 and cuda:1. Is this an issue of compatibility with the Titan X? If so, are there any workarounds?
Thank you!