使用Azure的GPU系列虚拟机Ubuntu-16.0.4安装GPU驱动并使用Tensorflow-GPU的过程。
1、source activate python362、source activate tensorflow-gpu3、pip install tensorflow-gpu(提示安装的这个版本:tensorflow_gpu-1.12.0-cp36-cp36m-m)4、查询GPUfrom tensorflow.python.client import device_libdef g...