Check compute capability and tf version


$ python -c "import tensorflow as tf; tf.test.is_gpu_available(); print('version :' + tf.__version__)"

相关