tensorflow部分命令
检测Tensorflow可用设备(比如:显卡)
python -c "from tensorflow.python.client import device_lib;device_lib.list_local_devices()" |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment
python -c "from tensorflow.python.client import device_lib;device_lib.list_local_devices()" |