首页
Check compute capability and tf version
$ python -c "import tensorflow as tf; tf.test.is_gpu_available(); print('version :' + tf.__version__)"
deep-learning
相关
标签