GPU specs for Pytorch

I have a brand new NVIDIA Quadro P5000 GPU. Is this enough for running with pytorch. I previously had Quadro 420k and this was too old for pytorch to work on.

Regards,
Srikanth

I think it may run a bit slow compared to RTX/GTX and Titan cards, but I haven’t used a Quadro myself. The nice thing though is that you will have plenty of memory. I think it should also support the latest CUDA versions (10.0), so I would just give it a try.

How about GTX 1080/GTX 2080 for Pytorch ? Also, do I need to check the minimum CUDA compute capability to be able to make the decision?

You should mostly be concerned with the amount of GPU memory and the compute API level that is supported.

Your P5000 is fine.