检测Tensorflow可用设备(比如:显卡)
打开python命令行,输入以下命令:
python -c "from tensorflow.python.client import device_lib;device_lib.list_local_devices()"
"随笔"类型下的内容为原创,转载请注明来源. http://www.cnblogs.com/DragonStart/
打开python命令行,输入以下命令:
python -c "from tensorflow.python.client import device_lib;device_lib.list_local_devices()"