I understand that Tensorflow requires (for GPU calculation) a GPU with Nvidia Compute Capability> = 3.0. There are many such GPUs to choose from. Game-oriented GPUs, for example. GeForce is much cheaper than computationally oriented models, for example. Tesla. My limited work is that computationally-oriented models may lack video output (not required for computation) and that game models can do 32-bit math instead of 64. Assuming that Tensorflow uses (or prefers) 64-bit Does this mean that game models will not work or will produce missing results when used with Tensorflow? What attributes should I look for when choosing a GPU to use with Tensorflow?
source
share